On 3/09/2012 5:51 a.m., JS wrote:
Hello,
I would like to ask what Squid does when reply from server is incomplete
because connection was interrupted?
That depends on a lot of small details about the request and reply.
You say the reply is incomplete. What has been sent to Squid that
identifies it as such?
Will Squid try again with same GET request?
Sometimes. Most of the time though, there is no choice but to relay the
closure details received to the client.
Can Squid resume interrupted transfer with Range header?
The protocol permits it on GET requests which are clearly incomplete.
But Squid does not do so. Patches welcome.
Amos