esp-idf/examples/protocols/http_server
mjcross 03901946ba Explain how to fix 'httpd_parse: header too long'
Because this is the 'simple' server example, it is probably where users will start out to understand the HTTP Server API; and also where they might come if they are having problems.
So I think it is useful to explain to users what to do if they see "httpd_parse: parse_block: request URI/header too long", which can easily happen if they submit a POST from an HTML form (for example). That certainly would have helped me!

Merges https://github.com/espressif/esp-idf/pull/6547

Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com>
2021-03-04 04:08:47 +00:00
..
advanced_tests style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
file_serving CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
persistent_sockets style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
restful_server Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
simple Explain how to fix 'httpd_parse: header too long' 2021-03-04 04:08:47 +00:00
ws_echo_server esp_http_server: support dynamic payload len for ws server 2021-02-24 11:40:34 +00:00