TUN-6575: Consume cf-trace-id from incoming http2 TCP requests

This commit is contained in:
Devin Carr
2022-08-11 14:54:12 -07:00
parent e123bbe1c5
commit a97673e8b9
4 changed files with 8 additions and 4 deletions

View File

@@ -525,6 +525,7 @@ func TestConnections(t *testing.T) {
},
want: want{
message: []byte("echo-test2"),
headers: http.Header{},
},
},
{
@@ -544,6 +545,7 @@ func TestConnections(t *testing.T) {
message: []byte("echo-test3"),
// We expect no headers here because they are sent back via
// the stream.
headers: http.Header{},
},
},
{