proxy.py/proxy
Abhinav Singh afd8c33a85
Handle `OSError` on shutdown & `TimeoutError` on recv (#974)
* Expect `TimeoutError` during `recv`

* Expect `OSError` during socket shutdown, can happen if other end has already closed the socket
2022-01-13 02:40:55 +05:30
..
common Decouple transport framework from dashboard plugin (#953) 2022-01-10 19:48:17 +05:30
core Handle `OSError` on shutdown & `TimeoutError` on recv (#974) 2022-01-13 02:40:55 +05:30
dashboard Decouple transport framework from dashboard plugin (#953) 2022-01-10 19:48:17 +05:30
http Handle `OSError` on shutdown & `TimeoutError` on recv (#974) 2022-01-13 02:40:55 +05:30
plugin Hook `UpstreamConnectionPool` lifecycle within `Threadless` (#921) 2021-12-29 17:37:15 +05:30
testing Pre-evaluate `args.threadless = is_threadless` (#881) 2021-12-20 13:04:42 +05:30
__init__.py `task.result` can throw (#837) 2021-12-01 19:54:00 +05:30
__main__.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
proxy.py Add `--port-file` flag (#942) 2022-01-06 02:08:23 +05:30
py.typed Add py.typed marker, add version checker, remove deprecated methods (#255) 2020-01-06 21:23:38 -08:00