Skip to content
Snippets Groups Projects
Commit 7f00eeba authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

cgi-io: use dynamic memory for post decoding, support proc files


Allocate dynamic buffer memory for decoding post data and allow post
requsts up to 128KB compared to the previos 1KB limit.

Also support downloading /proc and /sys files by falling back to
chunked transfer encoding when the file size cannot be determined.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
(cherry picked from commit 39087eba)
parent ce9229d2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment