Files
libmicrohttpd/src
Evgeny Grin (Karlson2k) a6e53c3676 process_request_body(): rewritten chunk size detection; fixes
* 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.
2021-11-24 21:55:56 +03:00
..
2015-12-01 13:06:38 +00:00
2021-11-23 15:11:50 +03:00
2016-10-13 13:34:36 +03:00
2021-04-26 14:33:55 +02:00