mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
tpws: do not use split if split pos at the end of the buffer
This commit is contained in:
parent
a905e46b11
commit
421f0505b9
@ -1076,7 +1076,7 @@ static bool handle_epoll(tproxy_conn_t *conn, struct tailhead *conn_list, uint32
|
||||
conn->tnrd++;
|
||||
conn->trd+=rd;
|
||||
|
||||
if (split_pos && bs<=sizeof(buf))
|
||||
if (split_pos && bs<sizeof(buf))
|
||||
{
|
||||
VPRINT("Splitting at pos %zu%s", split_pos, (split_flags & SPLIT_FLAG_DISORDER) ? " with disorder" : "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user