]> git.kaiwu.me - nginx.git/commit
Pass PCRE_CASELESS to pcre_compile() for caseless matching.
authorRuslan Ermilov <ru@nginx.com>
Fri, 29 Mar 2013 08:47:37 +0000 (08:47 +0000)
committerRuslan Ermilov <ru@nginx.com>
Fri, 29 Mar 2013 08:47:37 +0000 (08:47 +0000)
commit600f9d3ea857297cf19d4055d72335c2a24594f7
treee512e3ba278d49f6cdfe0b257c7918ba597bc967
parentf24f5f116fb58339cd418aa460cdee80b3a36768
Pass PCRE_CASELESS to pcre_compile() for caseless matching.

Previously, we sometimes passed constant value 1 that happens to
match PCRE_CASELESS and thus was harmless.
src/http/ngx_http_core_module.c