Latest update - 9079

This commit is contained in:
2023-05-06 01:23:48 +09:00
parent b9d07e891c
commit 49bc2db1e5
4 changed files with 17 additions and 21 deletions
-3
View File
@@ -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;
}