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

Function URL response streaming with small payloads unexpected behavior #102

Open
francesco-avola-enginius opened this issue Mar 29, 2024 · 0 comments

Comments

@francesco-avola-enginius
Copy link

francesco-avola-enginius commented Mar 29, 2024

We noticed that with payload smaller than about 100kb response streaming is not working properly: in some cases the chunk is buffered and sent with the next one, other times it appears incomplete or malformed. The workaround is to add some characters to reach a bigger size and get the chunk immediatly.
I can't find this limit mentioned in documentation.

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