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

Raise error ERR_FR_MAX_BODY_LENGTH_EXCEEDED with big file size target #16

Open
yui-Kitamura opened this issue Mar 20, 2023 · 3 comments

Comments

@yui-Kitamura
Copy link

like generated jar file, the big file size commit target will cause
ERR_FR_MAX_BODY_LENGTH_EXCEEDED
then failed to commit

@yui-Kitamura
Copy link
Author

ref axios/axios#4888

@yui-Kitamura
Copy link
Author

https://axios-http.com/docs/req_config
by default config,

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

  // `maxBodyLength` (Node only option) defines the max size of the http request content in bytes allowed
  maxBodyLength: 2000,

@yui-Kitamura
Copy link
Author

I made a PullRequest #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant