Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c3449 if (!http->fields[HTTP_FIELD_UPGRADE][0]) in httpWriteResponse()
3450 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in httpWriteResponse()
3632 …TP_FIELD_LINK && field != HTTP_FIELD_TRANSFER_ENCODING && field != HTTP_FIELD_UPGRADE && field != … in http_add_field()
4435 httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.2,TLS/1.1,TLS/1.0"); in http_send()
4652 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