Skip to content

fix: proxy connector don’t send query chunked if not need #11734

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

Merged
merged 1 commit into from
May 16, 2025

Conversation

michel-barret
Copy link
Contributor

@michel-barret michel-barret commented May 6, 2025

Issue

https://gravitee.atlassian.net/browse/APIM-9573

Description

When gateway send an HTTP request, it send it as chunked. In some case this produce errors because server wait end of query and timeout.

This changeset don’t chunk the query, if the request isn’t chunked.

A server that produce this error: https://www.w3schools.com/xml/tempconvert.asmx


📚  View the storybook of this branch here

@michel-barret michel-barret force-pushed the transfert-chunked branch 2 times, most recently from 1d14c09 to 3ab0d1e Compare May 7, 2025 07:02
@michel-barret michel-barret marked this pull request as ready for review May 12, 2025 07:35
@michel-barret michel-barret requested a review from a team as a code owner May 12, 2025 07:35
@michel-barret michel-barret force-pushed the transfert-chunked branch 4 times, most recently from 12b72d9 to d56ca86 Compare May 16, 2025 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants