Skip to content

Commit 7355a3e

Browse files
committed
Increase https data chunk size to reduce probability to be hit by fhessel/esp32_https_server#123
This causes the http server to stop responding.
1 parent 9981f72 commit 7355a3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@ build_flags =
6060
-DCORE_DEBUG_LEVEL=3
6161
-DHTTPS_LOGLEVEL=3
6262
-DHTTPS_REQUEST_MAX_REQUEST_LENGTH=1024
63+
; reduce probability of https://github.com/fhessel/esp32_https_server/pull/123
64+
-DHTTPS_CONNECTION_DATA_CHUNK_SIZE=1024
6365
; build number "-dev" will be replaced in github action
6466
-DBUILD_NUMBER=\"-dev\"

0 commit comments

Comments
 (0)