esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

"POST" HTTPS query (with some "Accept-Language" config) makes HTTPS Server Crash

Open CarlosAZZI opened this issue 4 years ago • 0 comments

Describe the bug "POST" HTTPS request with some specific configuration for "Accept-Language" header makes HTTPS Server on ESP32 to crash.

Steps to reproduce the behavior Hardware: ESP32 "POST" HTTPS query with below "Accept-Language" header configuration Example of Accept Language Header to reproduce the issue => Accept-Language: fr,fr-FR;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6

Expected Behavior response to the post request

Actual Behavior when Post Request is submitted using above "Accept-Language" header configuration, no response is returned from server and no more HTTPS queries served => server crash

ESP32 Module

  • RAM/PSRAM: Disabled
  • Flash Size: 4MB(32Mb)
  • Other special properties: Partition Scheme "Default 4MB with SPIFFS(1.2MB APP/1.5MB SPIFFS)"

Software Library ESP32_HTTPS_SERVER version 1.0.0 used for HTTPS Server

CarlosAZZI avatar Aug 04 '21 19:08 CarlosAZZI