Replace jira.cfops.it with jira.cfdata.org in connection/http2_test.go

This commit is contained in:
GitLab Maintenance Bot 2025-11-21 05:33:09 +00:00
parent 789a9b110d
commit 0d2a7a0385
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ func TestServeWS(t *testing.T) {
require.False(t, respWriter.panicked) require.False(t, respWriter.panicked)
} }
// TestNoWriteAfterServeHTTPReturns is a regression test of https://jira.cfops.it/browse/TUN-5184 // TestNoWriteAfterServeHTTPReturns is a regression test of https://jira.cfdata.org/browse/TUN-5184
// to make sure we don't write to the ResponseWriter after the ServeHTTP method returns // to make sure we don't write to the ResponseWriter after the ServeHTTP method returns
func TestNoWriteAfterServeHTTPReturns(t *testing.T) { func TestNoWriteAfterServeHTTPReturns(t *testing.T) {
cfdHTTP2Conn, edgeTCPConn := newTestHTTP2Connection() cfdHTTP2Conn, edgeTCPConn := newTestHTTP2Connection()