Searched refs:test_http_keep_alive (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | http_test.c | 157 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) in test_http_keep_alive() function 322 return test_http_keep_alive('0', 0, 0); in test_http_keep_alive_0_no_no() 327 return test_http_keep_alive('1', 0, 0); in test_http_keep_alive_1_no_no() 332 return test_http_keep_alive('0', 1, 1); in test_http_keep_alive_0_prefer_yes() 337 return test_http_keep_alive('1', 1, 1); in test_http_keep_alive_1_prefer_yes() 342 return test_http_keep_alive('0', 2, 1); in test_http_keep_alive_0_require_yes() 347 return test_http_keep_alive('1', 2, 1); in test_http_keep_alive_1_require_yes() 352 return test_http_keep_alive('0', 2, 0); in test_http_keep_alive_0_require_no() 357 return test_http_keep_alive('1', 2, 0); in test_http_keep_alive_1_require_no()
|