Searched refs:HTTP_HDR_CONN_CLOSE (Results 1 – 6 of 6) sorted by relevance
48 #define HTTP_HDR_CONN_CLOSE 9 /* Connection: Close (HTTP 1.1) */ macro
955 hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_KEPALIVE] = g_psHTTPHeaderStrings[HTTP_HDR_CONN_CLOSE];
46 #define HTTP_HDR_CONN_CLOSE 9 /* Connection: Close (HTTP 1.1) */ macro
979 hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_KEEPALIVE] = g_psHTTPHeaderStrings[HTTP_HDR_CONN_CLOSE];
957 cur_string = g_psHTTPHeaderStrings[HTTP_HDR_CONN_CLOSE]; in file_write_http_header()
1175 cur_string = g_psHTTPHeaderStrings[HTTP_HDR_CONN_CLOSE]; in file_write_http_header()
Completed in 50 milliseconds