mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-31 08:25:22 +00:00
Make simple http response clear request type so that it always
works. #9
This commit is contained in:
parent
f3662c0d04
commit
dc15ac5a34
@ -624,6 +624,7 @@ int rhizome_server_simple_http_response(rhizome_http_request *r, int result, con
|
||||
DEBUGF("Rejecting http request as malformed due to: %s",
|
||||
response);
|
||||
}
|
||||
r->request_type=0;
|
||||
return rhizome_server_set_response(r, &hr);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user