Skip to content

Commit ffa4628

Browse files
lixingcongsimonkelley
authored andcommitted
Fix thinko in 51f7bc9
1 parent e10a923 commit ffa4628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forward.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ unsigned char *tcp_request(int confd, time_t now,
20032003
}
20042004

20052005
#ifdef MSG_FASTOPEN
2006-
server_send(last_server, last_server->tcpfd, packet, m + sizeof(u16), MSG_FASTOPEN);
2006+
server_send(last_server, last_server->tcpfd, packet, size + sizeof(u16), MSG_FASTOPEN);
20072007

20082008
if (errno == 0)
20092009
data_sent = 1;

0 commit comments

Comments
 (0)