proxy.py/proxy/common
Abhinav Singh df7f1c887b
Add `Listener`, Web server close on header, use `Pipe` instead of `Manager` in eventing core (#720)
* Abstract out a Listener class

* unused

* Use connection instead of manager queue

* For web close connection of client requested via headers

* Remove eventing WIP module

* Sub and Unsub ack

* Fix tests

* mypy and flake8

* comma

* Move callback within EventSubscriber constructor

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Skip test_unix_path_listener on Windows

* Spelling fix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-10 20:47:28 +05:30
..
__init__.py
constants.py Add `--num-acceptors` flag + Allow `work_klass` via `Proxy` context manager kwargs (#714) 2021-11-10 04:27:40 +05:30
flag.py Add `Listener`, Web server close on header, use `Pipe` instead of `Manager` in eventing core (#720) 2021-11-10 20:47:28 +05:30
logger.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
pki.py Add a `--unix-socket-path` flag (#697) 2021-11-08 01:11:46 +05:30
plugins.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
types.py
utils.py `OP_NO_TLSv1_1` by default for upstream connection negotiations (#712) 2021-11-09 03:10:16 +05:30
version.py