Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cache.c297 static char *hop_by_hop_headers[] = {"Connection", "Keep-Alive", "Proxy-Authenticate", "Proxy-Autho… variable
305 for (i = 0; i < G_N_ELEMENTS (hop_by_hop_headers); i++) in copy_end_to_end_headers()
306 soup_message_headers_remove (destination, hop_by_hop_headers[i]); in copy_end_to_end_headers()