aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_websocket.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-08-27 12:58:04 +0200
committerLoïc Hoguin <[email protected]>2012-08-27 12:58:04 +0200
commit9e2622becb4d1a37d410f484a14ef32101e560ab (patch)
tree2381504b9be77b6f5b36595001afcd71cd9ca7cb /src/cowboy_http_websocket.erl
parentcc2e084d456c99b3d71f09c08f516195b6015dae (diff)
downloadcowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.tar.gz
cowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.tar.bz2
cowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.zip
Rename cowboy_http_protocol to cowboy_protocol
Diffstat (limited to 'src/cowboy_http_websocket.erl')
-rw-r--r--src/cowboy_http_websocket.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http_websocket.erl b/src/cowboy_http_websocket.erl
index 4509479..2078e04 100644
--- a/src/cowboy_http_websocket.erl
+++ b/src/cowboy_http_websocket.erl
@@ -138,7 +138,7 @@ upgrade_error(Req) ->
Req#http_req{resp_state=waiting}),
closed.
-%% @see cowboy_http_protocol:ensure_response/1
+%% @see cowboy_protocol:ensure_response/1
-spec upgrade_denied(#http_req{}) -> closed.
upgrade_denied(#http_req{resp_state=done}) ->
closed;