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

Migration FAQ for ARR #2218

Open
Tratcher opened this issue Aug 14, 2023 · 0 comments
Open

Migration FAQ for ARR #2218

Tratcher opened this issue Aug 14, 2023 · 0 comments
Labels
Type: Documentation Improvements or additions to documentation
Milestone

Comments

@Tratcher
Copy link
Member

Some FAQ's from customers coming from ARR:

preserveHostHeader - https://microsoft.github.io/reverse-proxy/articles/transforms.html#requestheaderoriginalhost

reverseRewriteHostInResponseHeaders - not directly supported - #1548

arrResponseHeader - N/A - YARP doesn't add an X-Powered-By header

minResponseBuffer - not configurable -

// Based on performance investigations, see https://github.com/microsoft/reverse-proxy/pull/330#issuecomment-758851852.
private const int DefaultBufferSize = 65536;

minFreeThreads - https://learn.microsoft.com/en-us/dotnet/api/system.threading.threadpool.setminthreads?view=net-7.0

minLocalRequestFreeThreads - N/A

relaxedUrlToFileSystemMapping - N/A

executionTimeout - ActivityTimeout is the closest approximation - https://microsoft.github.io/reverse-proxy/articles/http-client-config.html#httprequest

@Tratcher Tratcher added Type: Documentation Improvements or additions to documentation Type: Idea This issue is a high-level idea for discussion. and removed Type: Idea This issue is a high-level idea for discussion. labels Aug 14, 2023
@karelz karelz added this to the Backlog milestone Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants