Module: Groonga::Client::Protocol::HTTP::Synchronous::HTTPClient::ReadTimeoutConvertable

Defined in:
lib/groonga/client/protocol/http/synchronous.rb

Instance Method Summary collapse

Instance Method Details

#rbuf_fillObject



36
37
38
39
40
41
42
# File 'lib/groonga/client/protocol/http/synchronous.rb', line 36

def rbuf_fill
  begin
    super
  rescue Net::ReadTimeout => error
    raise ReadTimeout, error.message, error.backtrace
  end
end