proxy.py/docs
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
..
_ext Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
contributing Include contributing guidelines in Sphinx docs (#771) 2021-11-22 09:59:18 +05:30
pkg Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
conf.py Optimize (#780) 2021-11-24 19:42:49 +05:30
glossary.md Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
index.md Include contributing guidelines in Sphinx docs (#771) 2021-11-22 09:59:18 +05:30
requirements.in Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
requirements.txt Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
spelling_wordlist.txt [IntegrationTest] Use `127.0.0.1` as target address and a random port (#756) 2021-11-19 16:49:18 +05:30