Skip to content

Commit 628de71

Browse files
Adopt BaseTcpServerHandler within HttpProtocolHandler (#681)
* Rename .server to .upstream * Lint fixes * Mark internal methods with _ prefix * Fix broken test * lint changes * Wah, double client :D * Avoid selector initialization for threadless mode * remove unused imports * Now HttpProtocolHandler implements BaseTcpServerHandler * Consistent return and guard againt upstream.closed * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * AcceptorPool as context manager * Group multiprocessing imports together * Use com.jaxl bundle identifier as proxy.py will eventually move under jaxl org * revisit devtools integration :) * Emit all necessary events for devtools integration * Lint fixes Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e9d012b commit 628de71

30 files changed

+5928
-489
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ lib-release: lib-package
9898
twine upload dist/*
9999

100100
lib-coverage:
101-
pytest --cov=proxy --cov-report=html tests/
101+
pytest --cov=proxy --cov=tests --cov-report=html tests/
102102
open htmlcov/index.html
103103

104104
lib-profile:

0 commit comments

Comments
 (0)