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

Performance: Adds an optimization to disable Nagle Algorithm for HttpRequest on NetFx #2249

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Feb 23, 2021

Pull Request Template

Description

Disable Nagle for HTTP gateway mode requests;
this improves latency/throughput for Gatewaymode customers on .net Framework.
This is already the default on .net core so they should be no-op for those customers.

Type of change

Please delete options that are not relevant.

  • [] Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #IssueNumber

@j82w j82w changed the title Performance: Adds an optimization to disable Nagle Algorithm for HttpRequest Performance: Adds an optimization to disable Nagle Algorithm for HttpRequest on NetFx Feb 23, 2021
@j82w j82w merged commit 816cc5a into master Feb 23, 2021
@j82w j82w deleted the users/jawilley/perf/nagle branch February 23, 2021 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants