feat(esp_http_server): add support to handle HTTP 1.0 requests

This commit adds support to handle HTTP/1.0 requests alongside HTTP/1.1 for
legacy compliance purposes.
This commit is contained in:
nilesh.kale
2024-12-11 14:31:15 +05:30
parent 91baeeb61c
commit c8951df9b5
2 changed files with 3 additions and 3 deletions

View File

@@ -565,7 +565,7 @@ typedef enum {
*/
HTTPD_501_METHOD_NOT_IMPLEMENTED,
/* When HTTP version is not 1.1 */
/* When HTTP version is not 1.1 or 1.0*/
HTTPD_505_VERSION_NOT_SUPPORTED,
/* Returned when http_parser halts parsing due to incorrect