mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
HTTP/2: Separate path and query components
This commit is contained in:
parent
8e9196215d
commit
725bdb9774
1 changed files with 1 additions and 2 deletions
|
@ -483,8 +483,7 @@ stream_init(State0=#state{ref=Ref, socket=Socket, transport=Transport, decode_st
|
|||
|
||||
Host = Authority, %% @todo
|
||||
Port = todo, %% @todo
|
||||
Path = PathWithQs, %% @todo
|
||||
Qs = todo, %% @todo
|
||||
{Path, Qs} = cow_http:parse_fullpath(PathWithQs),
|
||||
|
||||
Req = #{
|
||||
ref => Ref,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue