mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
zero-initializes response generator struct pointer in u3_hreq
This commit is contained in:
parent
550edff799
commit
b4accf9a26
@ -365,6 +365,7 @@ _http_req_new(u3_hcon* hon_u, h2o_req_t* rec_u)
|
||||
req_u->rec_u = rec_u;
|
||||
req_u->sat_e = u3_rsat_init;
|
||||
req_u->tim_u = 0;
|
||||
req_u->gen_u = 0;
|
||||
req_u->pre_u = 0;
|
||||
|
||||
_http_req_link(hon_u, req_u);
|
||||
|
Loading…
Reference in New Issue
Block a user