Wireshark-bugs: [Wireshark-bugs] [Bug 11104] Wireshark show the HTTP response before request

Date: Fri, 03 Apr 2015 21:37:08 +0000

Comment # 6 on bug 11104 from
So we should just go with section 4.3.

On the other hand:

telnet> quit
Connection closed.
steve.local$ telnet www.ibm.com 80
Trying 23.72.203.219...
Connected to e2898.x.akamaiedge.net.
Escape character is '^]'.
GET / HTTP/1.1
Host: www.ibm.com
Transfer-Encoding: identity

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: http://www.ibm.com/us/en/
Date: Fri, 03 Apr 2015 21:35:33 GMT
Connection: keep-alive

so it appears that a Transfer-Encoding header wasn't sufficient for
IBM's^WAkamai's server to conclude that the GET request has a message-body.


You are receiving this mail because:
  • You are watching all bug changes.