Skip to content

Conversation

@mociarain
Copy link
Contributor

@mociarain mociarain commented Aug 7, 2018

The limits for max_body_size and max_buffer_size weren't being correctly passed to the underlying http server. This PR fixes that, using the described defaults, nominally 512MB as opposed to the actual tornado defaults of 100MB, and makes the values configurable.

It solves the following related issues:

closes #3797 and #650

@mociarain mociarain force-pushed the fix-tornado-settings branch from f33fc6c to 0827dcb Compare August 7, 2018 09:52
@lihan
Copy link

lihan commented Aug 14, 2018

+1

1 similar comment
@dewaldabrie
Copy link

+1

@minrk
Copy link
Member

minrk commented Sep 13, 2018

Thank you!

@minrk minrk added this to the 5.7 milestone Sep 13, 2018
@minrk minrk merged commit f81ec30 into jupyter:master Sep 13, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setting max_body_size for the underlying tornado server isn't working

4 participants