Skip to content

Commit 2a2c20e

Browse files
authored
Merge pull request #31 from tannewt/http11
Add HTTP1.1 support and socket reuse
2 parents e49a815 + 51d9f09 commit 2a2c20e

17 files changed

+951
-216
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Dump GitHub context
10-
env:
11-
GITHUB_CONTEXT: ${{ toJson(github) }}
12-
run: echo "$GITHUB_CONTEXT"
139
- name: Set up Python 3.6
1410
uses: actions/setup-python@v1
1511
with:

0 commit comments

Comments
 (0)