We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3646a2 commit 828b981Copy full SHA for 828b981
src/elli_example_callback.erl
@@ -273,11 +273,9 @@ chunk_loop(Ref, N) ->
273
%% Elli is waiting for the request.
274
%%
275
%% `request_parse_error' fires if the request is invalid and cannot be parsed by
276
-%% [`erlang:decode_packet/3'][decode_packet/3] or it contains a path Elli cannot
+%% `erlang:decode_packet/3' or it contains a path Elli cannot
277
%% parse or does not support.
278
279
-%% [decode_packet/3]: http://erlang.org/doc/man/erlang.html#decode_packet-3
280
-%%
281
%% `client_closed' can be sent from multiple parts of the request
282
%% handling. It's sent when the client closes the connection or if for
283
%% any reason the socket is closed unexpectedly. The `Where' atom
0 commit comments