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:
Marten Seemann
2018-06-10 17:02:06 +02:00
parent 2814e580b1
commit d32665af9d
5 changed files with 1 additions and 34 deletions

View File

@@ -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,