mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
perhaps we should pass the query parameters ...
This commit is contained in:
parent
f62a117741
commit
d2edbb116d
@ -210,7 +210,7 @@ _http_req_to_httq(h2o_req_t* rec_u)
|
||||
return u3_none;
|
||||
}
|
||||
|
||||
u3_noun url = _http_vec_to_atom(rec_u->path_normalized);
|
||||
u3_noun url = _http_vec_to_atom(rec_u->path);
|
||||
u3_noun hed = _http_heds_to_noun(&rec_u->headers);
|
||||
|
||||
// restore host header
|
||||
|
Loading…
Reference in New Issue
Block a user