mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
_flag_disable_network_circuit_connect, _flag_disable_idna_stringprep, no PERSISTENT_MASTERS
This commit is contained in:
parent
04a4908877
commit
2e459558f5
3 changed files with 13 additions and 6 deletions
|
@ -114,6 +114,7 @@ process_header() {
|
|||
|
||||
parse_request(input) {
|
||||
P0(("=== HTTP got: %O from %O\n", input, query_ip_name(ME)))
|
||||
if (input == "HEAD / HTTP/1.1") return 1;
|
||||
|
||||
if (!input || input=="") {
|
||||
// should return error?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue