]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
HTTP: Add --http.max-file-size
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 20 Sep 2021 17:43:26 +0000 (12:43 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 20 Sep 2021 17:43:26 +0000 (12:43 -0500)
commit90fc12820f5000fc6e4fa1370f71753a1c6bb628
tree534b7983f20ebfb80ee7d7f561d1a3b4bba28905
parenta28c2cc6d01772ce9faf61332fd97b1f2965e29d
HTTP: Add --http.max-file-size

Prevents repositories from stagnating Fort with absurdly large files.

Thanks to Koen van Hove for reporting this.
src/config.c
src/config.h
src/file.c
src/file.h
src/http/http.c
src/output_printer.c
src/rrdp/rrdp_parser.c
src/uri.c