Lines Matching refs:handle_http

26 ok($tf->handle_http($t) == 0, 'file not found');
33 ok($tf->handle_http($t) == 0, 'file not found + querystring');
41 ok($tf->handle_http($t) == 0, 'GET, content == 12345, mimetype text/plain');
49 ok($tf->handle_http($t) == 0, 'GET, content == 12345, mimetype text/html');
57 ok($tf->handle_http($t) == 0, 'GET, content == 12345, mimetype application/octet-stream');
64 ok($tf->handle_http($t) == 0, 'POST request, no Content-Length');
74 ok($tf->handle_http($t) == 0, 'POST request, empty request-body');
81 ok($tf->handle_http($t) == 0, 'HEAD request, no content');
89 ok($tf->handle_http($t) == 0, 'HEAD request, mimetype text/html, content-length');
97 ok($tf->handle_http($t) == 0, 'Hostname in first line, HTTP/1.1');
104 ok($tf->handle_http($t) == 0, 'Hostname in first line as https url');
111 ok($tf->handle_http($t) == 0, 'HEAD request, file-not-found, query-string');
120 ok($tf->handle_http($t) == 0, 'Continue, Expect');
131 ok($tf->handle_http($t) == 0, 'GET, Range 0-3');
140 ok($tf->handle_http($t) == 0, 'GET, Range -3');
149 ok($tf->handle_http($t) == 0, 'GET, Range 3-');
172 ok($tf->handle_http($t) == 0, 'GET, Range 0-1,3-4');
181 ok($tf->handle_http($t) == 0, 'GET, Range 0--');
190 ok($tf->handle_http($t) == 0, 'GET, Range -2-3');
212 ok($tf->handle_http($t) == 0, 'GET, Range -0');
235 ok($tf->handle_http($t) == 0, 'GET, Range start out of range');
252 ok($tf->handle_http($t) == 0, 'larger headers');
262 ok($tf->handle_http($t) == 0, 'Duplicate Host headers, Bug #25');
272 ok($tf->handle_http($t) == 0, 'Duplicate Content-Length headers');
281 ok($tf->handle_http($t) == 0, 'Duplicate Content-Type headers');
290 ok($tf->handle_http($t) == 0, 'Duplicate Range headers');
299 ok($tf->handle_http($t) == 0, 'Duplicate If-None-Match headers');
308 ok($tf->handle_http($t) == 0, 'Duplicate If-Modified-Since headers');
316 ok($tf->handle_http($t) == 0, 'GET, Range with range-requests-disabled');
326 ok($tf->handle_http($t) == 0, 'GET with Content-Length');
336 ok($tf->handle_http($t) == 0, 'OPTIONS with Content-Length');
344 ok($tf->handle_http($t) == 0, 'OPTIONS for RTSP');
354 ok($tf->handle_http($t) == 0, 'HEAD with Content-Length');
363 ok($tf->handle_http($t) == 0, 'Duplicate If-Mod-Since, with equal timestamps');
367 ok($tf->handle_http($t) == 0, 'invalid chars in Header values (bug #1286)');
371 ok($tf->handle_http($t) == 0, 'empty If-Modified-Since');
375 ok($tf->handle_http($t) == 0, 'broken If-Modified-Since');
379 ok($tf->handle_http($t) == 0, 'broken If-Modified-Since');
389 ok($tf->handle_http($t) == 0, 'Similar Headers (bug #1287)');
397 ok($tf->handle_http($t) == 0, 'If-Modified-Since');
405 ok($tf->handle_http($t) == 0, 'Status 304 has no Content-Length (#1002)');
414 ok($tf->handle_http($t) == 0, 'GET, slow \\r\\n\\r\\n (#2105)');
422 ok($tf->handle_http($t) == 0, 'static file accepting pathinfo by default');
430 ok($tf->handle_http($t) == 0, 'static file with forbidden pathinfo');
441 ok($tf->handle_http($t) == 0, 'Connection-header, spaces before ":"');
450 ok($tf->handle_http($t) == 0, 'Connection-header, leading comma');
459 ok($tf->handle_http($t) == 0, 'Connection-header, no value between two commas');
468 ok($tf->handle_http($t) == 0, 'Connection-header, space between two commas');
477 ok($tf->handle_http($t) == 0, 'Connection-header, comma after value');
486 ok($tf->handle_http($t) == 0, 'Connection-header, comma and space after value');