]> git.kaiwu.me - nginx.git/commit
Headers with null character are now rejected.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 15 Mar 2012 11:27:57 +0000 (11:27 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 15 Mar 2012 11:27:57 +0000 (11:27 +0000)
commitd1ed97b18bc3a7115c060a688be415fdc078bb76
treecbda4b24bd9720afebe5522f9178667fd8dd04db
parenteb526b7d7d9ee413b624a78373562183ececa738
Headers with null character are now rejected.

Headers with NUL character aren't allowed by HTTP standard and may cause
various security problems.  They are now unconditionally rejected.
src/http/ngx_http_parse.c