mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[http] Set POST_BUFFER_SIZE to 4096
Patch from Debian
This commit is contained in:
parent
8caddc754f
commit
f2cca12915
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user