8000 Merge branch 'master' of github.com:fhessel/esp32_https_server · gmos/esp32_https_server@73567af · GitHub
[go: up one dir, main page]

Skip to content

Commit 73567af

Browse files
committed
Merge branch 'master' of github.com:fhessel/esp32_https_server
2 parents 68450b2 + 77ae0eb commit 73567af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository contains an HTTPS server implementation that can be used with th
77
The main goals for the server are:
88
- Ability to handle multiple clients in parallel (works, but memory limits it to 3-4 clients)
99
- Possibility to be executed in a task without interrupting the main program (works)
10-
- Ability to handle `Connection: keep-alive` (works), SSL Session Reuse (works) and WebSockets (tbd, see [Issue 9](https://github.com/fhessel/esp32_https_server/issues/9)) to reduce the SSL-overhead for streaming data operations
10+
- Ability to handle `Connection: keep-alive` (works), SSL Session Reuse (works) and WebSockets (tbd, see [Issue 13](https://github.com/fhessel/esp32_https_server/issues/9)) to reduce the SSL-overhead for streaming data operations
1111
- Provide a simple user interface for request handling (works) and middleware functionality (tbd, see [Issue 10](https://github.com/fhessel/esp32_https_server/issues/10))
1212

1313
For the future, the project structure will be converted to serve as a regular Arduino Library. For the moment, you may just

0 commit comments

Comments
 (0)
0