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

How to setting the "timeout" and "maxRequestLength" on Server? #152

Closed
NodeGIS opened this issue Dec 22, 2017 · 1 comment
Closed

How to setting the "timeout" and "maxRequestLength" on Server? #152

NodeGIS opened this issue Dec 22, 2017 · 1 comment

Comments

@NodeGIS
Copy link

NodeGIS commented Dec 22, 2017

We know, we can set them in file "web.config" on the IIS, but I can not find an setting on the Owin HttpListener。 I want to know what is default setting?

@Tratcher
Copy link
Member

Which timeout setting are you referring to? Can you share a sample web.config?

HttpListener has no request length limit feature. You would need to build this as middleware.

@Tratcher Tratcher added this to the Discussions milestone Jan 27, 2018
@Tratcher Tratcher closed this as completed Sep 3, 2020
@aspnet aspnet locked as resolved and limited conversation to collaborators Oct 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants