forked from quic-go/quic-go
remove FHL2 experiment
FHL2 was an experiment in Chrome, run in Q036, which introduced HOL blocking. This experiment is over, so we can remove the code to send a PUBLIC_RESET when a peer initiates this experiment.
This commit is contained in:
@@ -210,17 +210,6 @@ var _ = Describe("Server Crypto Setup", func() {
|
||||
}
|
||||
})
|
||||
|
||||
It("doesn't support Chrome's head-of-line blocking experiment", func() {
|
||||
HandshakeMessage{
|
||||
Tag: TagCHLO,
|
||||
Data: map[Tag][]byte{
|
||||
TagFHL2: []byte("foobar"),
|
||||
},
|
||||
}.Write(&stream.dataToRead)
|
||||
err := cs.HandleCryptoStream()
|
||||
Expect(err).To(MatchError(ErrHOLExperiment))
|
||||
})
|
||||
|
||||
It("doesn't support Chrome's no STOP_WAITING experiment", func() {
|
||||
HandshakeMessage{
|
||||
Tag: TagCHLO,
|
||||
|
||||
Reference in New Issue
Block a user