Re: ngx_http_process_header_line function in source code

2014-06-21 Thread alayim
Nevermind, I see there are multiple such cases, so I guess it's by design that you don't catch the error at the parsing stage. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250869,251093#msg-251093 ___ nginx mailing list nginx@nginx.org http

Re: ngx_http_process_header_line function in source code

2014-06-21 Thread alayim
I see your point. By the way, is there a more appropriate forum or email list I should use for these kinds of questions? I'm a fairly fresh computer science student who just started working in the industry, and all I'm ever allowed to work on, is Java and C#, so I decided to do some C hacking on a

ngx_http_process_header_line function in source code

2014-06-15 Thread alayim
Hi, I'm browsing through the source code of the project, and looked at ngx_http_request.c where the function ngx_http_process_header_line() creates a pointer to a pointer to a large struct(ngx_http_request_t) containing a smaller one(ngx_http_headers_in_t), containing yet another one. ngx_http_pro