e86e8a752c
* Code cleanups. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> * Improved test case handler. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> * Improved exception message. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> * Issue #1973 - Implement minimum response data rate. Implemented response content data rate control in HttpOutput. Introduced a WriteFlusher.Listener interface that produces events for every flush(). These events are forwarded to the Connection and from there to the HttpOutput so that the data rate control can be enforced. Both HTTP/1.1 and HTTP/2 are implemented. Data rate control for HTTP/1.1 is approximate because it will count also headers bytes and the chunk bytes, while for HTTP/2 is precise. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> * Issue #1973 - Implement minimum response data rate. Addressed review comments. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> |
||
---|---|---|
.. | ||
src | ||
pom.xml |