1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00: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
}
#define POST_BUFFER_SIZE 16384
#define POST_BUFFER_SIZE 4096
static void
send_more_post_data(struct socket *socket)