Commented out irrelevant design description

This commit is contained in:
Sergey Lyubka 2013-12-10 23:49:37 +00:00
parent d4ac96c24d
commit 3b83543592

View File

@ -1,5 +1,6 @@
# 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.
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.
-->