Commit 3b835435 authored by Sergey Lyubka's avatar Sergey Lyubka

Commented out irrelevant design description

parent d4ac96c2
# Mongoose Internals # Mongoose Internals
<!--
Mongoose is multithreaded web server. `mg_start()` function allocates Mongoose is multithreaded web server. `mg_start()` function allocates
web server context (`struct mg_context`), which holds all information web server context (`struct mg_context`), which holds all information
about web server instance: about web server instance:
...@@ -55,5 +56,4 @@ threads use blocking IO on accepted sockets for reading and writing data. ...@@ -55,5 +56,4 @@ threads use blocking IO on accepted sockets for reading and writing data.
All accepted sockets have `SO_RCVTIMEO` and `SO_SNDTIMEO` socket options set All accepted sockets have `SO_RCVTIMEO` and `SO_SNDTIMEO` socket options set
(controlled by `request_timeout_ms` mongoose option, 30 seconds default) which (controlled by `request_timeout_ms` mongoose option, 30 seconds default) which
specify read/write timeout on client connection. specify read/write timeout on client connection.
-->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment