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

Update docs for networking Runtime Configuration Options #21197

Merged
merged 5 commits into from
Oct 30, 2020

Conversation

antonfirsov
Copy link
Member

Fixes 2 issues:

  1. HTTP/2 is enabled by default since 3.1, the docs did not reflect this change
  2. Document the AllowLatin1Headers switch introduced in SocketsHttpHandler: Add a switch to allow non-ascii headers corefx#42978

- HTTP/2 is enabled by default since 3.1
- Document the "AllowLatin1Headers" switch
Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

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

Thanks for updating this. I left a few suggestions for consideration.

docs/core/run-time-config/networking.md Outdated Show resolved Hide resolved
docs/core/run-time-config/networking.md Outdated Show resolved Hide resolved
docs/core/run-time-config/networking.md Outdated Show resolved Hide resolved
antonfirsov and others added 3 commits October 23, 2020 18:59
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Copy link
Member

@ManickaP ManickaP left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@antonfirsov antonfirsov merged commit 1846c25 into master Oct 30, 2020
@antonfirsov antonfirsov deleted the antonfirsov-rcoptions-http branch October 30, 2020 13:12
antonfirsov added a commit to dotnet/dotnet-api-docs that referenced this pull request Oct 30, 2020
…mation (#5028)

Removes redundant and outdated information about runtime configuration options for HttpClient, referencing the options docs page instead.

Related PR updating the options docs: dotnet/docs#21197
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.

5 participants