Skip to content

[Regression] Header value duplicated #55898

@JamesNK

Description

@JamesNK

I am running the Grpc.Net.Client tests on .NET 6. I have noticed some intermittent errors caused by SocketsHttpHandler returning two values for an HTTP/2 header that should only ever have one value.

image

Headers in the client (note the duplicate "14" values):

image

I have confirmed the server is only returning the header once:

image

This error is intermittent. Is it a thread-safety/race condition?

Wireshark trace: duplicate-footer-value.zip

.NET SDK (reflecting any global.json):
 Version:   6.0.100-preview.6.21328.10
 Commit:    2630e4ccfe

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions