mirror of
https://github.com/nginx/nginx.git
synced 2026-06-13 03:25:38 +00:00
HTTP/3: fixed ngx_http_v3_init_session() error handling.
A QUIC connection is not usable yet at this early stage of spin up.
This commit is contained in:
parent
4746ec2b62
commit
ea51d2fce8
1 changed files with 0 additions and 3 deletions
|
|
@ -59,9 +59,6 @@ ngx_http_v3_init_session(ngx_connection_t *c)
|
|||
failed:
|
||||
|
||||
ngx_log_error(NGX_LOG_ERR, c->log, 0, "failed to create http3 session");
|
||||
|
||||
ngx_http_v3_finalize_connection(c, NGX_HTTP_V3_ERR_INTERNAL_ERROR,
|
||||
"failed to create http3 session");
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue