HoneyryderChuck
|
94cb9b63d9
|
moved window size to options, changed it to 16K
|
2017-12-10 20:37:27 +00:00 |
|
HoneyryderChuck
|
824efb83fd
|
allow IOs to be passed as argument; they are expected to be connected already, and won't be closed after use; if passed only one, assume that all requests are going through it, otherwise, pass them as an hash indexed by IP or IP:PORT
|
2017-12-10 00:29:06 +00:00 |
|
HoneyryderChuck
|
690fcaf3d2
|
default timeout is now the per operation one
|
2017-12-08 18:45:29 +00:00 |
|
HoneyryderChuck
|
15a972df32
|
added tests to the req/rep/head factory classes, and to the plugin module
|
2017-12-07 01:07:17 +00:00 |
|
HoneyryderChuck
|
7cc2f66eed
|
added retryability, in that certain errors (for http2 now, rst_stream ones); added a max concurrent requests setting, which governs how many concurrent requests might be inflight (besides the obvious settings handled by the lower layer)
|
2017-12-06 14:27:58 +00:00 |
|
HoneyryderChuck
|
a214891fa1
|
added timeouts backend like http, integrated it in connecting sockets, and performing selector operations; the global one still needs work though (currently connecting one by one, connection not integrated in selector)
|
2017-11-29 00:07:49 +00:00 |
|