1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Big file upload failed with https, because 32768 bytes is too big for SSL,

16384 is OK.
This commit is contained in:
Witold Filipczyk 2008-11-28 18:58:19 +01:00 committed by Witold Filipczyk
parent fcb4e98498
commit 5755137630

View File

@ -592,7 +592,7 @@ accept_encoding_header(struct string *header)
#endif
}
#define POST_BUFFER_SIZE 32768
#define POST_BUFFER_SIZE 16384
#define BIG_READ 655360
static void