Re: Can servers generate responses to malformed requests in h2?

In hyper's h2 implementation, we always send a reset stream for malformed
headers. One thing that I've liked, which may not really be true, is that
it feels like a PROTOCOL_ERROR likely means that the server's application
code never saw the request, whereas a 400 could have.

While not strictly true, I suspect it is in many server frameworks.

Received on Monday, 25 September 2023 02:45:07 UTC