aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_http.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_http.erl')
-rw-r--r--src/gun_http.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gun_http.erl b/src/gun_http.erl
index a2c3303..67c774b 100644
--- a/src/gun_http.erl
+++ b/src/gun_http.erl
@@ -368,7 +368,6 @@ handle_inform(Rest, State=#http_state{
status => Status,
headers => Headers
}, EvHandlerState0),
- %% @todo We might want to switch to the HTTP/2 protocol or to the TLS transport as well.
case {Version, Status, StreamRef} of
{'HTTP/1.1', 101, #websocket{}} ->
{ws_handshake(Rest, State, StreamRef, Headers), CookieStore, EvHandlerState};