diff options
author | Roman Arutyunyan <arut@nginx.com> | 2022-09-07 12:37:15 +0400 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2022-09-07 12:37:15 +0400 |
commit | d3fb12d77fad66eba2d8db102e505000c2a80e6d (patch) | |
tree | 1f18737248e7ed4a52de7e2ea4152e3ba6f8ac1e /src/http/ngx_http_request.c | |
parent | d3294e61d598021554b91dd350c2dcd33c55887d (diff) | |
download | nginx-d3fb12d77fad66eba2d8db102e505000c2a80e6d.tar.gz nginx-d3fb12d77fad66eba2d8db102e505000c2a80e6d.zip |
QUIC: treat qc->error == -1 as a missing error.
Previously, zero was used for this purpose. However, NGX_QUIC_ERR_NO_ERROR is
zero too. As a result, NGX_QUIC_ERR_NO_ERROR was changed to
NGX_QUIC_ERR_INTERNAL_ERROR when closing a QUIC connection.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions