Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed segfault in ngx_http_find_virtual_server() within xquic module
A segfault was corrected when calling ngx_http_find_virtual_server in the xquic module. The issue originated from c->data being taken as ngx_http_connection_t while regular expressions were in use. However, for http3 connections, c->data is a pointer to ngx_http_xquic_connection_t
- Loading branch information