1
0
Fork 0
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:
psyc://loupsycedyglgamf.onion/~lynX 2018-05-11 17:08:52 +02:00
parent 04a4908877
commit 2e459558f5
3 changed files with 13 additions and 6 deletions

View file

@ -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?