mirror of
https://git.kore.io/kore.git
synced 2024-11-19 00:17:08 +01:00
set referer to NULL in http_request_new().
This commit is contained in:
parent
3e4b9f4fe8
commit
47c1a1d195
@ -1386,6 +1386,7 @@ http_request_new(struct connection *c, const char *host,
|
||||
req->method = m;
|
||||
req->hdlr = hdlr;
|
||||
req->agent = NULL;
|
||||
req->referer = NULL;
|
||||
req->flags = flags;
|
||||
req->fsm_state = 0;
|
||||
req->http_body = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user