esp-idf/components/esp_http_server/src
David Čermák f8b649baaf Merge branch 'bugfix/ws_server_async_send_fin' into 'master'
http_server example: WebSocket server to set final flag in async messages

Closes IDFGH-3443

See merge request espressif/esp-idf!9251
2020-07-15 05:31:02 +08:00
..
port/esp32 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
util HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
esp_httpd_priv.h http_server: adds WebSocket support 2020-03-18 20:24:46 +00:00
httpd_main.c esp_http_server: Update LRU counter on accepting a new connection 2020-06-26 05:29:00 +00:00
httpd_parse.c http_server: websocket server to support async send 2020-03-18 20:24:46 +00:00
httpd_sess.c esp_http_server: Fixed a bug which could cause issues with LRU purge 2020-05-19 22:11:02 +05:30
httpd_txrx.c httpd_resp_send: use HTTPD_RESP_USE_STRLEN when possible 2020-07-13 05:34:56 +00:00
httpd_uri.c http_server: websocket server to support async send 2020-03-18 20:24:46 +00:00
httpd_ws.c http_server: WebSocket server to set flag in transmitted messages by default 2020-07-13 14:39:22 +00:00