Home
last modified time | relevance | path

Searched refs:HTTP_FIELD_KEEP_ALIVE (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dhttp.h165 HTTP_FIELD_KEEP_ALIVE, /* Keep-Alive field */ enumerator
Dhttp.c3361 httpSetField(http, HTTP_FIELD_KEEP_ALIVE, ""); in httpWriteResponse()
3374 if (http->keep_alive && !http->fields[HTTP_FIELD_KEEP_ALIVE]) in httpWriteResponse()
3375 httpSetField(http, HTTP_FIELD_KEEP_ALIVE, "timeout=10"); in httpWriteResponse()