Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c3528 if (!http->fields[HTTP_FIELD_UPGRADE][0]) in httpWriteResponse()
3529 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in httpWriteResponse()
4367 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in http_send()
4584 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in http_tls_upgrade()
Dhttp.h178 HTTP_FIELD_UPGRADE, /* Upgrade field */ enumerator