]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/syncres.hh
Recursor HTTP: Fix processing of split requests
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 25 Mar 2014 16:31:42 +0000 (17:31 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 25 Mar 2014 17:07:51 +0000 (18:07 +0100)
commit825fa7178219e9ed21e830366ba7c7037df8185e
tree39a68c2b09f7022bc9ccae9116aa83295ac4318b
parent1451ac8a790d5302f176e149a844b346021841f0
Recursor HTTP: Fix processing of split requests

Requests that were split over multiple TCP packets (-> reads) were
not processed correctly. Also, writes are now integrated into MPlexer.
13 files changed:
pdns/lwres.cc
pdns/pdns_recursor.cc
pdns/session.cc
pdns/session.hh
pdns/sstuff.hh
pdns/syncres.hh
pdns/webserver.cc
pdns/webserver.hh
pdns/ws-auth.cc
pdns/ws-recursor.cc
pdns/ws-recursor.hh
regression-tests.api/test_Basics.py
regression-tests.api/test_helper.py