Skip to content

http2: handle the case of last stream id being max int32 in goaway

Carlos Garcia Campos requested to merge carlosgc/goaway-stream-maxint32 into master

This means it's a graceful goaway and we should not allow new requests, another goaway is expected with the actual last stream id that should be processed.

Fixes #233 (closed)

Merge request reports