Remove Alternate-Protocol header

This commit is contained in:
Justin
2017-07-17 22:20:34 -04:00
committed by GitHub
parent 61f558a2b6
commit 33bb42488a

View File

@@ -324,7 +324,6 @@ var _ = Describe("H2 server", func() {
Context("setting http headers", func() {
expected := http.Header{
"Alt-Svc": {`quic=":443"; ma=2592000; v="37,36,35"`},
"Alternate-Protocol": {`443:quic`},
}
It("sets proper headers with numeric port", func() {