Method: HTTPX::Connection::HTTP2#reenqueue!
- Defined in:
- lib/httpx/connection/http2.rb
#reenqueue! ⇒ Object
73 74 75 76 77 78 79 80 |
# File 'lib/httpx/connection/http2.rb', line 73 def reenqueue! requests = @streams.keys @streams.clear init_connection requests.each do |request| send(request) end end |