mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-09 00:02:50 -04:00
can't reconnect here, just move it back to idle
This commit is contained in:
parent
dcd90b706a
commit
29511246fb
@ -89,7 +89,7 @@ module HTTPX
|
|||||||
transition(:closed)
|
transition(:closed)
|
||||||
return true if hard
|
return true if hard
|
||||||
unless pr && pr.empty?
|
unless pr && pr.empty?
|
||||||
connect
|
transition(:idle)
|
||||||
@parser = pr
|
@parser = pr
|
||||||
parser.reenqueue!
|
parser.reenqueue!
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user