Qafoo / bsoad

The ultimate debugger for complex HTTP oriented SOA architectures
GNU Affero General Public License v3.0
48 stars 1 forks source link

invalid http message / 6 "\0" bytes #2

Open cweiske opened 12 years ago

cweiske commented 12 years ago

I often get

Invalid HTTP message: in /home/cweiske/php/bsoad/src/main/Qafoo/Bsoad/Parser/Http.php +145 messages. To reproduce that, replay http://tmp.cweiske.de/bsoad-nullbytes.pcap

var_export()-ing the data gives me:

'' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . '' . "\0" . ''

cweiske commented 12 years ago

http://tmp.cweiske.de/bsoad-nullbytes-2.pcap is smaller and reproduces the issue, too.