WebSocket: fix segfault in HTTP parsing
This commit is contained in:
parent
753d5f02ae
commit
5946081a91
|
@ -2085,6 +2085,7 @@ backend_ws_connect (struct ws_context *self, struct error **e)
|
||||||
}
|
}
|
||||||
|
|
||||||
http_parser_init (&self->hp, HTTP_RESPONSE);
|
http_parser_init (&self->hp, HTTP_RESPONSE);
|
||||||
|
self->hp.data = self;
|
||||||
str_reset (&self->field);
|
str_reset (&self->field);
|
||||||
str_reset (&self->value);
|
str_reset (&self->value);
|
||||||
str_map_clear (&self->headers);
|
str_map_clear (&self->headers);
|
||||||
|
|
Loading…
Reference in New Issue