mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
Change "HTTP/3" to "HTTP/3.0". (#3439)
This commit is contained in:
parent
b5ef99a32c
commit
990b1fed38
4 changed files with 4 additions and 4 deletions
|
@ -742,7 +742,7 @@ var _ = Describe("Client", func() {
|
|||
str.EXPECT().Read(gomock.Any()).DoAndReturn(rspBuf.Read).AnyTimes()
|
||||
rsp, err := client.RoundTripOpt(req, RoundTripOpt{})
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(rsp.Proto).To(Equal("HTTP/3"))
|
||||
Expect(rsp.Proto).To(Equal("HTTP/3.0"))
|
||||
Expect(rsp.ProtoMajor).To(Equal(3))
|
||||
Expect(rsp.StatusCode).To(Equal(418))
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue