mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
* Initial support for new server config property max-payload-size to limit the payload sizes in client requests, with or without the use of chunked encoding. Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com> * Fixed issue forwarding chunks and cleaned up reset logic. Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com> * Removed unnecessary log instruction. Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com> * Restored logging properties file. Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com> * Do not closed the channel when a 413 response is in flight. Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com> * Webserver config doc update. Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>