Method: HTTPX::Connection::HTTP2#reenqueue!
- Defined in:
- lib/httpx/connection/http2.rb
#reenqueue! ⇒ Object
57 58 59 60 61 62 63 64 |
# File 'lib/httpx/connection/http2.rb', line 57 def reenqueue! requests = @streams.keys @streams.clear init_connection requests.each do |request| send(request) end end |