1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Rian McGuire
f2eb2ecfde Request body read time metric
Measure the time spent reading the HTTP request body and expose it to the Rack app as `env['puma.request_body_wait']`.

This can be combined with a timestamp from a upstream proxy to get an indication of how long a request was waiting for a Puma thread to become available.

Fixes https://github.com/puma/puma/issues/1541
2018-04-24 16:45:15 -03:00
Yuji Yaginuma
44932e9d4a Fix typo in Architecture's doc [ci skip] (#1493)
* `syncronously` -> `synchronously`
* `necessarry` -> `necessary`
2018-03-19 14:49:06 -06:00
Evan Prothro
42b74d4f45 architecture documentation (#1452) 2017-11-16 14:49:40 -06:00