Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-13 | inets: httpd - Add chunk handling of client data | Ingela Anderton Andin | |
If the client uses PUT or POST to send a HTTP body the server currently will gather the whole body in memory before passing it on to the mod-callback. For legacy reasons it also converts the binary body to a list, this is really bad for memory usage! Add new option max_client_body_chunk to enable chunked handling of content-length requests. Also make it possible for chunked-encoded data to be propagated in portions to the mod-callback. Conflicts: lib/inets/test/httpd_SUITE.erl | |||
2016-08-08 | inets: Add mod_esi test for PUT | Raimo Niskanen | |
2016-04-25 | inets: Add peer_cert to ESI environment | Ingela Anderton Andin | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-11-27 | inets: Add warning header in "chunk trailer" when mod_esi callback times out ↵ | Ingela Anderton Andin | |
or fails Also remove legacy debug macros and add help function httpd_util:error_log/2 to avoid code duplication. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-15 | inets: Remove use of httpd_conf:make_integer/1 | Ingela Anderton Andin | |
2014-03-20 | inets: Continue CTify test suite | Ingela Anderton Andin | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |