kazu-yamamoto / http2

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

current two issues #131

Closed kazu-yamamoto closed 4 months ago

kazu-yamamoto commented 4 months ago

1)

  test/HTTP2/ServerSpec.hs:47:9: 
  1) HTTP2.Server.server handles normal cases
       uncaught exception: HTTP2Error
       ConnectionErrorIsReceived ProtocolError 13 "stream identifier must not decrease"

2)

  1) HTTP2.Server.server handles normal cases
       uncaught exception: HTTP2Error
       BadThingHappen Network.Socket.sendBuf: resource vanished (Broken pipe)
kazu-yamamoto commented 4 months ago

1) was fixed. 2) cannot be reproduced anymore.