proxy.py/proxy/core/connection
Abhinav Singh 99fc17b2a3
Optimize (#780)
* Optimize `find_http_line` which is in critical path

* Update benchmark results

* Keep the loop hot, TCP no delay, cleanup inactive check periodically

* Check for shutdown signal with tick

* Use non-reentrant `NonBlockingQueue` implementation instead of `queue.Queue`

* Fix listener test

* lint and doc
2021-11-24 19:42:49 +05:30
..
__init__.py Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
client.py No abstract method for proxy plugin (#738) 2021-11-15 03:17:12 +05:30
connection.py Optimize (#780) 2021-11-24 19:42:49 +05:30
pool.py Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
server.py No abstract method for proxy plugin (#738) 2021-11-15 03:17:12 +05:30
types.py Add initial Sphinx docs 2021-11-18 01:36:13 +01:00