Revert "reduce memory usage by handling http/2 coalescing via a lua script (#1779)" (#1785)

This reverts commit b2ceaa9e91.
This commit is contained in:
Caleb Doxsey 2021-01-19 13:55:30 -07:00 committed by GitHub
parent 4f78a9b301
commit 0bc598f952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 77 additions and 156 deletions

View file

@ -405,7 +405,7 @@ func TestSNIMismatch(t *testing.T) {
}
defer res.Body.Close()
assert.Equal(t, http.StatusMisdirectedRequest, res.StatusCode)
assert.Equal(t, http.StatusOK, res.StatusCode)
}
func TestAttestationJWT(t *testing.T) {