mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
328254c631
Earlier, a "socket connection" was being considered as a protocomm "session". However, for HTTP, we cannot expect clients to necessarily use the same socket for all requests of a given transaction. This was indeed causing some failures for Wi-Fi provisioning from Android phones. So, we have introduced http cookies to track a session even if the socket connection does not stay intact throughout the transaction. This change is backward compatible. If the client does not use cookies, the socket connection will be considered as the session. Closes: https://github.com/espressif/esp-idf/issues/6316 Reference: https://github.com/espressif/esp-idf/pull/6330 |
||
---|---|---|
.. | ||
include | ||
proto | ||
proto-c | ||
python | ||
src | ||
test | ||
CMakeLists.txt | ||
component.mk |