Closed kazu-yamamoto closed 1 year ago
Sometime shutdown is called for a closed socket:
shutdown
test/HTTP2/ClientSpec.hs:35:9: 1) HTTP2.Client.server receives an error if authority is missing uncaught exception: IOException of type InvalidArgument Network.Socket.shutdown: invalid argument (Transport endpoint is not connected)
This is a bug of gracefulClose in network.
gracefulClose
network
Sometime
shutdown
is called for a closed socket: