Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow up HTTP/2 items #41224

Open
4 tasks
davidfowl opened this issue Apr 16, 2022 · 3 comments
Open
4 tasks

Follow up HTTP/2 items #41224

davidfowl opened this issue Apr 16, 2022 · 3 comments
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions

Comments

@davidfowl
Copy link
Member

davidfowl commented Apr 16, 2022

There were a couple of follow up items as a result of changing how HTTP/2 output writing works #30235.

@JamesNK
Copy link
Member

JamesNK commented Apr 16, 2022

We need to determine if we want CompleteAsync to not lie and instead wait on the response to be flushed. Right now it lies and queues other operations after the response is completed. This is more efficient but makes it hard to observe exceptions. This would slow down gRPC scenarios a bit more.

FYI gRPC only uses CompleteAsync when a deadline (i.e. timeout) happens. Perf isn't important there.

@JamesNK JamesNK added this to the .NET 7 Planning milestone Apr 18, 2022
@ghost
Copy link

ghost commented Apr 18, 2022

Thanks for contacting us.

We're moving this issue to the .NET 7 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s).
If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues.
To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@ghost
Copy link

ghost commented Sep 9, 2022

Thanks for contacting us.

We're moving this issue to the .NET 8 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s).
If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues.
To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Aug 25, 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

No branches or pull requests

5 participants