8000 Update README.md · gavinlwz/esp32_https_server@77ae0eb · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 77ae0eb

Browse files
authored
Update README.md
1 parent 152bb3f commit 77ae0eb

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