Searched refs:fail_early_eof (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Drequest.c479 /* Server function for fail_early_eof */
498 static int fail_early_eof(const char *resp) function
516 return fail_early_eof("HTTP/1.1 100 OK\r\n\r\n");
521 return fail_early_eof("HTTP/1.1 200 OK\r\nJimbob\r\n");
526 return fail_early_eof(RESP200 TE_CHUNKED "\r\n" "1\r\n" "a");
531 return fail_early_eof(RESP200 "Content-Length: 10\r\n\r\n" "abcde");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Drequest.c479 /* Server function for fail_early_eof */
498 static int fail_early_eof(const char *resp) function
516 return fail_early_eof("HTTP/1.1 100 OK\r\n\r\n");
521 return fail_early_eof("HTTP/1.1 200 OK\r\nJimbob\r\n");
526 return fail_early_eof(RESP200 TE_CHUNKED "\r\n" "1\r\n" "a");
531 return fail_early_eof(RESP200 "Content-Length: 10\r\n\r\n" "abcde");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Drequest.c479 /* Server function for fail_early_eof */
498 static int fail_early_eof(const char *resp) function
516 return fail_early_eof("HTTP/1.1 100 OK\r\n\r\n");
521 return fail_early_eof("HTTP/1.1 200 OK\r\nJimbob\r\n");
526 return fail_early_eof(RESP200 TE_CHUNKED "\r\n" "1\r\n" "a");
531 return fail_early_eof(RESP200 "Content-Length: 10\r\n\r\n" "abcde");

Completed in 182 milliseconds