Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix early close of socket in http_server
The socket can close too fast for some clients, as exhibited on FreeBSD in recent failing CI tests: https://github.com/atomvm/AtomVM/actions/runs/12977426531/job/36190827478#step:3:5747 Fixed by adding a 5000 ms delay before closing the socket. Signed-off-by: Winford <winford@object.stream>
- Loading branch information