| commit | b2151b3413d65662c6f4cb14eeb1aa0b9fdad080 | [log] [tgz] |
|---|---|---|
| author | Maxim Dounin <mdounin@mdounin.ru> | Mon May 30 21:25:25 2022 +0300 |
| committer | Maxim Dounin <mdounin@mdounin.ru> | Mon May 30 21:25:25 2022 +0300 |
| tree | 1a0f9233db35e8fb780bbf48632a5c643ba5be74 | |
| parent | a02adc859f84d33e9e2eba81b93899a725437785 [diff] |
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.