]> git.kaiwu.me - nginx.git/commit
Perl: fixed $r->header_in("Connection").
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 30 May 2022 18:25:25 +0000 (21:25 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 30 May 2022 18:25:25 +0000 (21:25 +0300)
commit8ad0f62863aaa7ed64b4514c4c1d3ba924410c16
tree1a0f9233db35e8fb780bbf48632a5c643ba5be74
parenta4eddea7112cf5db86bea5ab9c8dcc597f2a1344
Perl: fixed $r->header_in("Connection").

Previously, the r->header_in->connection pointer was never set despite
being present in ngx_http_headers_in, resulting in incorrect value returned
by $r->header_in("Connection") in embedded perl.
src/http/ngx_http_request.c