]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make no assumptions regarding HTTP headers processing order
authorArtem Boldariev <artem@boldariev.com>
Fri, 20 Aug 2021 10:44:23 +0000 (13:44 +0300)
committerArtem Boldariev <artem@boldariev.com>
Wed, 25 Aug 2021 07:32:56 +0000 (10:32 +0300)
commit32cd4367a35d2c74b03cb7222423b88a66b0998c
treea5615b0c2de3ef543986c9c585063ed591b914e9
parent99f847d1e9f4fc645464d3afcc6799f64786b841
Make no assumptions regarding HTTP headers processing order

This commit changes the DoH code in such a way that it makes no
assumptions regarding which headers are expected to be processed
first. In particular, the code expected the :method: pseudo-header to
be processed early, which might not be true.
lib/isc/netmgr/http.c