We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f47a8 commit 9fccc3bCopy full SHA for 9fccc3b
1 file changed
trailer_test.go
@@ -52,7 +52,7 @@ Trailer: Expires, Hdr
52
53
`
54
55
-var longReq1 = rawHeaders1 + "5000\r\n" + strings.Repeat("x", 0x5000) + "\r\n\r\n" + "Hdr: zoomba\r\n\r\n"
+var longReq1 = rawHeaders1 + "5000\r\n" + strings.Repeat("x", 0x5000) + "\r\n0\r\n" + "Hdr: zoomba\r\n\r\n"
56
57
func TestTrailer_Get(t *testing.T) {
58
fetchVerifier := func(r *http.Request) (string, *Verifier) {
0 commit comments