Skip to content

Conversation

@JamesNK
Copy link
Member

@JamesNK JamesNK commented Jul 27, 2021

Fixes #26410

The HTTP/2 unit test for this already passes in HTTP/3. No HTTP/3 changes required? @halter73


private static readonly byte[] TestData = Encoding.UTF8.GetBytes("Hello world");

// Verify HTTP/2 and HTTP/3 match behavior
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should go into MultiProtocolRequestTests.cs or something.

@JamesNK JamesNK enabled auto-merge (squash) July 27, 2021 20:15
@JamesNK JamesNK merged commit 7739f93 into main Jul 27, 2021
@JamesNK JamesNK deleted the jamesnk/http3-executioncontext branch July 27, 2021 22:34
@ghost ghost added this to the 6.0-rc1 milestone Jul 27, 2021
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ensure the Kestrel connection's ExecutionContext is restored for HTTP/3 requests

4 participants