mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-10 00:01:27 -04:00
http2: only goaway from connection once
This commit is contained in:
parent
0a0313b69d
commit
4348f49c69
@ -28,7 +28,7 @@ module HTTPX
|
||||
end
|
||||
|
||||
def close
|
||||
@connection.goaway
|
||||
@connection.goaway unless @connection.state == :closed
|
||||
end
|
||||
|
||||
def empty?
|
||||
|
Loading…
x
Reference in New Issue
Block a user