1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

[http] Set POST_BUFFER_SIZE to 4096

Patch from Debian
This commit is contained in:
Witold Filipczyk 2022-10-03 17:39:39 +02:00
parent 8caddc754f
commit f2cca12915

View File

@ -629,7 +629,7 @@ accept_encoding_header(struct string *header)
#endif #endif
} }
#define POST_BUFFER_SIZE 16384 #define POST_BUFFER_SIZE 4096
static void static void
send_more_post_data(struct socket *socket) send_more_post_data(struct socket *socket)