]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle HTTP/1.1 pipelined requests
authorMark Andrews <marka@isc.org>
Tue, 26 Oct 2021 04:28:36 +0000 (15:28 +1100)
committerEvan Hunt <each@isc.org>
Fri, 5 Nov 2021 00:05:29 +0000 (17:05 -0700)
commit49531e45821bbebebbd097337da906042c3e964c
treeb8939c6872c063ebd4004c093d13c6442d425636
parente46c64bf423f2e7ac726217a6aa83ce7947f4040
Handle HTTP/1.1 pipelined requests

Check to see whether there are outstanding requests in the
httpd receive buffer after sending the response, and if so,
process them.

Test that pipelined requests are handled by sending multiple
minimal HTTP/1.1 using netcat (nc) and checking that we get
back the same number of responses.
bin/tests/system/conf.sh.in
bin/tests/system/statistics/tests.sh
bin/tests/system/statschannel/clean.sh
bin/tests/system/statschannel/tests.sh
configure.ac
lib/isc/httpd.c