mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
03901946ba
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> |
||
---|---|---|
.. | ||
advanced_tests | ||
file_serving | ||
persistent_sockets | ||
restful_server | ||
simple | ||
ws_echo_server |