class Groonga::Client::Protocol::HTTP::Synchronous::HTTPClient

TODO: Workaround to disable retry in net/http.

Private Instance Methods

on_connect() click to toggle source
# File lib/groonga/client/protocol/http/synchronous.rb, line 46
def on_connect
  @socket.extend(ReadTimeoutConvertable)
end