mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix typo
This commit is contained in:
parent
1d97e42dde
commit
39b63bd1f1
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ module Puma
|
|||
# request, it might not be added to the `@todo` array right away.
|
||||
# For example if a slow client has only sent a header, but not a body
|
||||
# then the `@todo` array would stay the same size as the reactor works
|
||||
# to try to buffer the request. In tha scenario the next call to this
|
||||
# to try to buffer the request. In that scenario the next call to this
|
||||
# method would not block and another request would be added into the reactor
|
||||
# by the server. This would continue until a fully bufferend request
|
||||
# makes it through the reactor and can then be processed by the thread pool.
|
||||
|
|
Loading…
Add table
Reference in a new issue