Skip to content

Commit 7d705ac

Browse files
committed
Set false to TCP_NODELAY
1 parent 318a3fe commit 7d705ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
#endif
144144

145145
#ifndef CPPHTTPLIB_TCP_NODELAY
146-
#define CPPHTTPLIB_TCP_NODELAY false
146+
#define CPPHTTPLIB_TCP_NODELAY true
147147
#endif
148148

149149
#ifndef CPPHTTPLIB_IPV6_V6ONLY

0 commit comments

Comments
 (0)