Initial server handling refactor (#9)

This commit is contained in:
2023-03-20 16:33:45 +01:00
committed by Daniel Carrillo
parent 84a767ade0
commit e60d1ae5b7
8 changed files with 284 additions and 176 deletions

View File

@ -122,8 +122,6 @@ func TestContainerIntegration(t *testing.T) {
assert.Equal(t, `h3=":8001"; ma=2592000,h3-29=":8001"; ma=2592000`, resp.Header.Get("Alt-Svc"))
}
}
assert.NoError(t, err)
assert.NoError(t, err)
assert.Equal(t, 200, resp.StatusCode)