fix bad typespec in qhl:parse #1

Merged
zxq9 merged 2 commits from pharpend/QHL:master into master 2025-10-11 15:48:41 +09:00
Showing only changes of commit 62b95f13fe - Show all commits

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