Searched refs:test_http_keep_alive (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | http_test.c | 242 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) in test_http_keep_alive() function 458 return test_http_keep_alive('0', 0, 0); in test_http_keep_alive_0_no_no() 463 return test_http_keep_alive('1', 0, 0); in test_http_keep_alive_1_no_no() 468 return test_http_keep_alive('0', 1, 1); in test_http_keep_alive_0_prefer_yes() 473 return test_http_keep_alive('1', 1, 1); in test_http_keep_alive_1_prefer_yes() 478 return test_http_keep_alive('0', 2, 1); in test_http_keep_alive_0_require_yes() 483 return test_http_keep_alive('1', 2, 1); in test_http_keep_alive_1_require_yes() 488 return test_http_keep_alive('0', 2, 0); in test_http_keep_alive_0_require_no() 493 return test_http_keep_alive('1', 2, 0); in test_http_keep_alive_1_require_no()
|