Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move outgoing_responses_counter handling to RequestMetrics | Richard van der Hoff | 2018-05-10 | 1 | -0/+2 |
| | | | | it's much neater there. | ||||
* | Make RequestMetrics take a raw time rather than a clock | Richard van der Hoff | 2018-05-10 | 1 | -4/+4 |
| | | | | ... which is going to make it easier to move around. | ||||
* | Move RequestsMetrics to its own file | Richard van der Hoff | 2018-05-09 | 1 | -0/+147 |
This is useful in its own right, because server.py is full of stuff; but more importantly, I want to do some refactoring that will cause a circular reference as it is. |