mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
docs: replace links to golang.org with go.dev (#1489)
- Replace https://godoc.org with https://pkg.go.dev. - Replace https://golang.org with https://go.dev. - Replace https://golang.org/pkg with https://pkg.go.dev. - Replace https://blog.golang.org with https://go.dev/blog. - Use https://pkg.go.dev/golang.org/x/net/http2 instead of non-existing https://http2.golang.org/. - Remove trailing slashes.
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ func TestResponseHeaderMultiLineName(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
s := "HTTP/1.1 200 OK\r\n" +
|
||||
"Host: golang.org\r\n" +
|
||||
"Host: go.dev\r\n" +
|
||||
"Gopher-New-\r\n" +
|
||||
" Line: This is a header on multiple lines\r\n" +
|
||||
"\r\n"
|
||||
|
||||
Reference in New Issue
Block a user