kazu-yamamoto / http2

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

Broken pipe #54

Closed kazu-yamamoto closed 1 year ago

kazu-yamamoto commented 1 year ago
  test/HTTP2/ServerSpec.hs:39:9: 
  1) HTTP2.Server.server handles normal cases
       uncaught exception: IOException of type ResourceVanished
       Network.Socket.sendBuf: resource vanished (Broken pipe)

Client tries to send GOAWAY after TCP RST is received.

kazu-yamamoto commented 1 year ago

Wrapped by BadThingHappen.