Changes between Version 5 and Version 6 of Ticket #1026, comment 10


Ignore:
Timestamp:
07/21/16 09:01:26 (8 years ago)
Author:
iamasmith.home@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1026, comment 10

    v5 v6  
    33I 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 messages that it can see in it's entirety and I couldn't just see from the raw connection as this was encrypted data.
    44
    5 I will have a look at what can be done with the server response as this doesn't have a content length at present.
     5I will have a look at what can be done with the server response as this doesn't have a content length at present - this being partially because some of the content returned is streamed and the length isn't available but I'm going to look at adding it for anything that could happen whilst a request is still incoming.
    66
    77In the meantime I tested with this patch change also to see what effect SSL_shutdown would have.