We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b276a1 commit 921a8c9Copy full SHA for 921a8c9
hardware/esp8266com/esp8266/changes.md
@@ -0,0 +1,21 @@
1
+
2
3
+# Current version
4
5
+- Add 32-bit Linux toolchain
6
+- Better connection handling in ESP8266WebServer.
7
+ The server now sends Content-Length and Connection: close headers,
8
+ then waits for the client to disconnect. By not closing the connection
9
+ actively, server avoids TIME_WAIT TCP state, and the TCP stack is able to
10
+ release the memory immediately, without waiting for 2xMSL period.
11
+ If the client doesn't disconnect in 2000ms, the server closes the connection
12
+ actively.
13
+- Add Hash library, which has a function to calculate SHA1 hash.
14
15
+---
16
17
+# 1.6.4-g545ffde
18
+19 May, 2015
19
20
+- Initial release of board manager package
21
0 commit comments