Fix typo bug
This commit is contained in:
parent
d81f1eb32e
commit
4791d15f2e
@ -124,6 +124,6 @@ handle_recv(S = #state{ buf = Buf, rx = Rx, tcp_sock = TcpSock }, Len, TO)
|
|||||||
end;
|
end;
|
||||||
handle_recv(S = #state{ buf = Buf }, Len, _TO) ->
|
handle_recv(S = #state{ buf = Buf }, Len, _TO) ->
|
||||||
<<Data:Len/binary, NewBuf/binary>> = Buf,
|
<<Data:Len/binary, NewBuf/binary>> = Buf,
|
||||||
{{ok, Data}, S#state{ buf = Buf }}.
|
{{ok, Data}, S#state{ buf = NewBuf }}.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user