mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
* CRCR, LFCR, LFLF, and bare CR are not recognized anymore as single line delimiters. * When only part of chunks size line is available, it is checked for validity to abort early on misformed requests. * Chunks with sizes larger than 16 EiB (exabytes) are technically valid, but cannot be processed by MHD. Now they are rejected with 413 code.