Skip to content

Commit 3efeeaf

Browse files
committed
Set REQUEST_BUFFER_SIZE 8192
1 parent af100d6 commit 3efeeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socket_io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define FLASH_SECURITY_FILE "<cross-domain-policy><allow-access-from domain='*' to-ports='*' /></cross-domain-policy>"
3232

3333
#define TRANSPORT_WEBSOCKET_VERSION 4
34-
#define REQUEST_BUFFER_SIZE 10240
34+
#define REQUEST_BUFFER_SIZE 8192
3535

3636
struct _ext_to_content_type {
3737
char *extnsn[6];

0 commit comments

Comments
 (0)