mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 15:39:58 +00:00
TUN-6575: Consume cf-trace-id from incoming http2 TCP requests
This commit is contained in:
@@ -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{},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user