diff --git a/src/qhl.erl b/src/qhl.erl index 43f92bc..f65f590 100644 --- a/src/qhl.erl +++ b/src/qhl.erl @@ -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