]> git.kaiwu.me - nginx.git/commit
HTTP/3: trigger 400 (Bad Request) on stream error while blocked.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 5 Jan 2023 14:15:46 +0000 (18:15 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 5 Jan 2023 14:15:46 +0000 (18:15 +0400)
commitfaa655f211612fcdac938d58095a4ab7f03969a9
treea673a37373a6103485b5c2d24bbf19d4d6554b70
parentd929470685239762330d61a4be0200edc2ad315f
HTTP/3: trigger 400 (Bad Request) on stream error while blocked.

Previously, stream was closed with NGX_HTTP_CLOSE.  However, in a similar case
when recv() returns eof or error, status 400 is triggered.
src/http/v3/ngx_http_v3_request.c