proxy.py/tests/integration
Abhinav Singh 8fdddfd199
Acceptors performance (#767)
* Use threads for delegation. Now `run_once` lock before `accept` not `select`

* Add support to use master proxy within proxy pool plugin.  When used, proxy pool plugin will be a no-op for the master node

* Fix acceptor tests now that mask is being used

* Use `cached_property` for web server routes

* Use `select(timeout=1)` otherwise acceptor wont join if total blocking

* mypy, flake, doc spell fixes

* R0205: Class `cached_property` inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
2021-11-20 19:42:38 +05:30
..
test_integration.py Acceptors performance (#767) 2021-11-20 19:42:38 +05:30
test_integration.sh [IntegrationTest] Use `127.0.0.1` as target address and a random port (#756) 2021-11-19 16:49:18 +05:30