This commit is contained in:
Peter Harpending 2026-02-12 17:57:29 -08:00
parent b871968f8c
commit ad5df4f550

View File

@ -138,7 +138,10 @@ loop(Parent, Debug, State = #s{socket = Socket, next = Next0}) ->
%% FIXME: unfuck received logic here %% FIXME: unfuck received logic here
%% handle_request should eventually call back into %% handle_request should eventually call back into
%% loop/3 or close the socket %% loop/3 or close the socket
Next2 = %%
%% also loop/3 should be loop/1, because we need to pass
%% the state down the callchains
Next2 = unfuck_retarded_qhl_bullshit(Next1),
case Next1 of case Next1 of
none -> <<>>; none -> <<>>;
Bin -> Bin Bin -> Bin