Lines Matching defs:close
128 bool close; /* similar to swsclose in response: close connection after
189 /* close connection */
213 "Connection: close\r\n"
267 req->close = FALSE;
319 logmsg("swsclose: close this connection after response");
320 req->close = TRUE;
610 * If the request is an HTTP/1.0 one, we close the connection unconditionally
614 * header that might say "close". If it does, we close a connection when
747 if(strstr(req->reqbuf, "Connection: close"))
748 req->open = FALSE; /* close connection after this request */
1149 if(strstr(buffer, "swsclose") || !count || req->close) {
1151 logmsg("connection close instruction \"swsclose\" found in response");
1548 /* skip this and close the socket if err < 0 */
1912 logmsg("instructed to close connection after server-reply");
1942 logmsg("=> NOT a persistent connection, close close CLOSE\n");
2370 /* When instructed to close connection after server-reply we