Searched refs:http_09 (Results 1 – 3 of 3) sorted by relevance
92 if (request->hr_proto != httpd->consts.http_09) { in bozo_dir_index()
509 request->hr_proto = httpd->consts.http_09; in process_proto() 774 if (request->hr_proto == httpd->consts.http_09) in bozo_read_request() 1148 if (request->hr_proto != httpd->consts.http_09) in handle_redirect() 1150 if (request->hr_proto != httpd->consts.http_09) in handle_redirect() 1899 if (request->hr_proto != httpd->consts.http_09) { in bozo_process_request() 2510 httpd->consts.http_09 = "HTTP/0.9"; in bozo_init_httpd()
93 const char *http_09; /* "HTTP/0.9" */ member