mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
-
This commit is contained in:
parent
266cf1f479
commit
e79fe64e64
2 changed files with 12 additions and 1 deletions
|
@ -146,7 +146,7 @@ parse_request(input) {
|
|||
}
|
||||
P4(("=== HTTP user requested url: %O\n", url))
|
||||
if (method == "connect") next_input_to(#'parse_wait);
|
||||
else if (!prot) body(); // HTTP/0.9 has no headers
|
||||
else if (!prot) process(); // HTTP/0.9 has no headers
|
||||
else next_input_to(#'parse_header);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue