Changes between Version 2 and Version 3 of Ticket #1026, comment 10


Ignore:
Timestamp:
07/21/16 08:46:57 (8 years ago)
Author:
iamasmith.home@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1026, comment 10

    v2 v3  
    11OK, interesting, I reviewed the traffic being sent by the client using http this time and found that Content-Length is being sent so it would appear that chunking isn't a factor here.
    22
    3 I had assumed that the transmission was chunked because with the proxy_http_version missing the error would take some time to appear but I didn't have a complete capture that Wireshark could decode the request to show the header at that point.
     3I had assumed that the transmission was chunked because with the proxy_http_version missing the error would take some time to appear but I didn't have a complete capture that Wireshark could decode the request to show the header at that point. (because the connection was terminated early and Wireshark only decodes HTTP requests messages that it can see in it's entirety and because it was SSL I couldn't just see from the raw connection).
    44
    55I tested with this patch change also to see what effect SSL_shutdown would have.