Skip to content

HTTP - Maximum request length #87

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

Closed
huckym opened this issue Mar 21, 2025 · 2 comments
Closed

HTTP - Maximum request length #87

huckym opened this issue Mar 21, 2025 · 2 comments
Assignees

Comments

@huckym
Copy link

huckym commented Mar 21, 2025

The documentation is mentioning the http request limit as 30kb here https://docs.chain.link/chainlink-functions/resources/service-limits
but the simulation fails because the limit set here is 2kb

export const DEFAULT_MAX_HTTP_REQUEST_BYTES = 2048 // 2 KB

Is that a typo?

@zeuslawyer
Copy link
Collaborator

Thanks @huckym - investigating.

@zeuslawyer
Copy link
Collaborator

@huckym this has been merged
#88

Thank you for your help!

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

2 participants