Lines Matching refs:keep_alive
964 return (http ? http->keep_alive : HTTP_KEEPALIVE_OFF); in httpGetKeepAlive()
2182 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReadRequest()
2276 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReadRequest()
2281 http->keep_alive = HTTP_KEEPALIVE_ON; in httpReadRequest()
2367 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReconnect2()
2623 http_keepalive_t keep_alive) /* I - New Keep-Alive value */ in httpSetKeepAlive() argument
2626 http->keep_alive = keep_alive; in httpSetKeepAlive()
3358 if (status >= HTTP_STATUS_BAD_REQUEST && http->keep_alive) in httpWriteResponse()
3360 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpWriteResponse()
3368 if (http->keep_alive) in httpWriteResponse()
3374 if (http->keep_alive && !http->fields[HTTP_FIELD_KEEP_ALIVE]) in httpWriteResponse()