Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1966] HTTP not recognised for GET without headers

Date: Tue, 6 Nov 2007 16:46:17 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1966





------- Comment #9 from did447@xxxxxxxxx  2007-11-06 16:46 GMT -------
(In reply to comment #8)
> Thanks for looking into this. I will study the http spec regarding the empty
> line. If this line is required but missing in the http gets produced by PHP
> then I guess it is a PHP bug.
Unlikely.

Packet 4 (the GET) has the PSH flag set, your client sends a packet with the
GET line and wait for its ACK before sending what's next.

It's a common traffic pattern when queries are built with many write():  
write("GET ....\r\n")
write("whatever\r\n")
write("\r\n")

IMO it's a buggy routeur somewhere in the path.
Google for "window scaling web error" (7 in your capture)... 


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.