Umesh Sirsiwal
Results
1
issues of
Umesh Sirsiwal
In https://github.com/agentzh/headers-more-nginx-module/commit/1caf5cc413d0d0196eff2c550f2fcc6a710e180e an assert was added to catch headers_in linked list corruption. However, look at http://hg.nginx.org/nginx/file/4a71ef1aa36d/src/http/ngx_http_core_module.c#l2476 this means the assert will always trigger when operating on subrequests. It seems to...