Merge remote-tracking branch 'refs/remotes/origin/f-webrtc' into f-webrtc
This commit is contained in:
commit
4a0e221790
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user