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 9dcd2990a7
commit 4026e64c32
2 changed files with 3 additions and 3 deletions

View File

@@ -569,7 +569,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