Skip to content

Commit f638a37

Browse files
author
Patrick-Sachs
authored
We all love the "cwoboy"
1 parent dc2fb7a commit f638a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cowboy_reverse_proxy.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ init(Req0, State) ->
8080
% Proxy error (not error on remote server, actual e.g. network error)
8181
Error ->
8282
?LOG_ERROR("Proxy error: ~p", [Error]),
83-
ErrReq1 = cwoboy_req:reply(502, #{"content-type" => "text/plain"}, dump(Error), Req1),
83+
ErrReq1 = cowboy_req:reply(502, #{"content-type" => "text/plain"}, dump(Error), Req1),
8484
{ok, ErrReq1, State}
8585
end.
8686

0 commit comments

Comments
 (0)