dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
210 stars 37 forks source link

Cancel a request #51

Closed dgrr closed 2 years ago

dgrr commented 2 years ago

HTTP/2 protocol gives room for cancelling a request. That is because in section 5.1, when a stream is in half-closed state, the client can send a Reset frame to cancel the request and put the stream in the Closed state.