fix a %5 -> %% typo i spotted
This commit is contained in:
parent
5002127580
commit
62b95f13fe
@ -44,7 +44,7 @@ parse(Socket, Received) ->
|
|||||||
Result :: {ok, #request{}, Next} | {error, Reason},
|
Result :: {ok, #request{}, Next} | {error, Reason},
|
||||||
Next :: none | binary(),
|
Next :: none | binary(),
|
||||||
Reason :: term(). % FIXME
|
Reason :: term(). % FIXME
|
||||||
%5 @doc
|
%% @doc
|
||||||
%% Pass this function the connection socket and whatever the receive loop has acquired,
|
%% 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
|
%% 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
|
%% the `http.hrl' and set `{mode, binary}' and `{active, once}' options on the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user