As I know, squid sent 504 gateway timeout at request 504 gateway timeout . But what if the client already received the response header 200 ok . I mean, when response data is sent back in coded encoding.
For example : header "200 ok" body part "a" body part "b" body part "c" . After receiving "200 ok" and "a" , the request will timeout, what will squid do this time, will it send the 504 gateway timeout back to the client? If so, can the client get this "504 gateway timeout" header because it has already received the "200 ok" header
source share