-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
set maximum header size client will accept #1748
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
It'd probably be useful if there were more knobs to configure here, but I can at least explain what limits currently exist:
|
a client side configurable max read buffer size sounds exactly what I need |
I'd like to work on this. |
almielczarek
added a commit
to almielczarek/hyper
that referenced
this issue
Jan 20, 2019
This allows users to configure a limit to client connections' read and write buffers. Closes hyperium#1748
almielczarek
added a commit
to almielczarek/hyper
that referenced
this issue
Jan 24, 2019
This allows users to configure a limit to client connections' read and write buffers. Closes hyperium#1748
almielczarek
added a commit
to almielczarek/hyper
that referenced
this issue
Jan 24, 2019
This allows users to configure a limit to client connections' read and write buffers. Closes hyperium#1748
almielczarek
added a commit
to almielczarek/hyper
that referenced
this issue
Jan 24, 2019
This allows users to configure a limit to client connections' read and write buffers. Closes hyperium#1748
seanmonstar
pushed a commit
that referenced
this issue
Jan 24, 2019
This allows users to configure a limit to client connections' read and write buffers. Closes #1748
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
all headers are effectively stored in memory (as oppose to body which is streamed) and that's no way to cap how much memory is used. In my case I need to make many concurrent requests to servers I don't control and want to cap the amount of memory used by each request.
The text was updated successfully, but these errors were encountered: