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

maxContentLength impact on request content size not mentioned #2320

Closed
Heimschmiede opened this issue Jul 29, 2019 · 1 comment
Closed

maxContentLength impact on request content size not mentioned #2320

Heimschmiede opened this issue Jul 29, 2019 · 1 comment

Comments

@Heimschmiede
Copy link

Section/Content To Improve
https://github.com/axios/axios#request-config

// `maxContentLength` defines the max size of the http response content in bytes allowed
maxContentLength: 2000,

Suggested Improvement
Due to issue #1286
and merged PR #1287

the option maxContentLength has an impact as well on the request content size.
I propose the following wording:

`maxContentLength` defines the max size of the http request and response content in bytes allowed

Relevant File(s): README.md

@Heimschmiede Heimschmiede changed the title maxContentLength maxContentLength impact on request content size not mentioned Jul 29, 2019
@chinesedfan
Copy link
Collaborator

Closed in favor of #2696.

@axios axios locked and limited conversation to collaborators May 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants