perhaps we should pass the query parameters ...

This commit is contained in:
Joseph Bryan 2017-11-26 23:23:33 -05:00
parent f62a117741
commit d2edbb116d

View File

@ -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