ons 2003-02-19 klockan 13.34 skrev Bilal: > Hi, > When using persistent connections, does Squid close a socket connection > with the user (browser) after an idle time has elapsed (during which, no > requests or responses were communicated) or does the browser ( in the > request header) inform squid to close the socket connection?
Both. > if squid closes a socket connection with the user( browser) after an > idle time, does it send it a message informing it that it is closing the > socket? Yes and no. HTTP is ontop of TCP which includes a final message when a connetion is closed (FIN). HTTP in iself does not have a close message when closing idle connections. -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden
