aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_http_hd.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cow_http_hd.erl')
-rw-r--r--src/cow_http_hd.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cow_http_hd.erl b/src/cow_http_hd.erl
index e92a0a9..e94dabc 100644
--- a/src/cow_http_hd.erl
+++ b/src/cow_http_hd.erl
@@ -2361,7 +2361,7 @@ parse_upgrade_test_() ->
[<<"http/2.0">>, <<"shttp/1.3">>, <<"irc/6.9">>, <<"rta/x11">>]},
{<<"HTTP/2.0">>, [<<"http/2.0">>]}
],
- [{V, fun() -> R = parse_transfer_encoding(V) end} || {V, R} <- Tests].
+ [{V, fun() -> R = parse_upgrade(V) end} || {V, R} <- Tests].
parse_upgrade_error_test_() ->
Tests = [