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_fill ⇒ Object
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., error.backtrace end end |