mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Replace cowboy_req:host/1 with cowboy_req:raw_host/1
The latter is much more useful than the former, which ends up being removed.
This commit is contained in:
parent
e17e18668d
commit
6fa734b487
5 changed files with 30 additions and 32 deletions
|
@ -155,7 +155,7 @@ upgrade_denied(#http_req{socket=Socket, transport=Transport,
|
|||
-spec websocket_handshake(#state{}, #http_req{}, any()) -> closed.
|
||||
websocket_handshake(State=#state{version=0, origin=Origin,
|
||||
challenge={Key1, Key2}}, Req=#http_req{socket=Socket,
|
||||
transport=Transport, raw_host=Host, port=Port,
|
||||
transport=Transport, host=Host, port=Port,
|
||||
raw_path=Path, raw_qs=QS}, HandlerState) ->
|
||||
Location = hixie76_location(Transport:name(), Host, Port, Path, QS),
|
||||
{ok, Req2} = cowboy_req:upgrade_reply(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue