diff --git a/docs/architecture.md b/docs/architecture.md index c7fbb27318..c1f7026269 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -33,4 +33,4 @@ Clustered mode is shown/discussed here. Single mode is analogous to having a sin The `queue_requests` option is `true` by default, enabling the separate thread used to buffer requests as described above. If set to `false`, this buffer will not be used for connections while waiting for the request to arrive. -In this mode, when a connection is accepted, it is added to the "todo" queue immediately, and a worker will syncronously do any waiting necessarry to read the HTTP request from the socket. \ No newline at end of file +In this mode, when a connection is accepted, it is added to the "todo" queue immediately, and a worker will synchronously do any waiting necessary to read the HTTP request from the socket.