mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-12 00:01:58 -04:00
added stream to streams in the proper place
This commit is contained in:
parent
1a7ad099c3
commit
b197f2e14e
@ -55,6 +55,7 @@ module HTTPX
|
||||
stream.on(:data) do |data|
|
||||
request.response << data
|
||||
end
|
||||
@streams[request] = stream
|
||||
end
|
||||
catch(:buffer_full) do
|
||||
request.transition(:headers)
|
||||
|
Loading…
x
Reference in New Issue
Block a user