kazu-yamamoto / http2

HTTP/2.0 library including HPACK
BSD 3-Clause "New" or "Revised" License
86 stars 22 forks source link

random failure of tests #48

Closed kazu-yamamoto closed 1 year ago

kazu-yamamoto commented 1 year ago

Sometime shutdown is called for a closed socket:

  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)
kazu-yamamoto commented 1 year ago

This is a bug of gracefulClose in network.