hrushikesh.bhosale
|
9846584def
|
feat(esp_http_server): Modified the calculation of buf_len
Modified the calculation of buf_len, so that scratch buffer allocates
the memory according to requirement and not extra (except the last read chunk)
|
2025-02-13 17:15:07 +05:30 |
|
nilesh.kale
|
3e1534e2f7
|
fix(esp_https_server): added default config for https_server example to set header size to 1024
|
2024-10-22 12:20:00 +05:30 |
|
David Cermak
|
795b7ed993
|
esp_netif: Remove tcpip_adapter compatibility layer
|
2022-03-10 08:19:43 +01:00 |
|
David Cermak
|
76ca826758
|
https_server example: Add new WSS server example
Added a new https server example with WS support which runs
* keep-alive thread to send PINGs to clients
* async message to all active WS clients
Moved the existing https-server example to a subfolder
Closes https://github.com/espressif/esp-idf/issues/5733
Closes https://github.com/espressif/esp-idf/issues/5686
|
2020-09-09 08:00:38 +02:00 |
|