fix a %5 -> %% typo i spotted

This commit is contained in:
Peter Harpending 2025-09-17 00:23:18 -07:00
parent 5002127580
commit 62b95f13fe

View File

@ -44,7 +44,7 @@ parse(Socket, Received) ->
Result :: {ok, #request{}, Next} | {error, Reason},
Next :: none | binary(),
Reason :: term(). % FIXME
%5 @doc
%% @doc
%% Pass this function the connection socket and whatever the receive loop has acquired,
%% and receive back a parsed #request{} record. This requires that you have imported
%% the `http.hrl' and set `{mode, binary}' and `{active, once}' options on the