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

Fixing Chunked Transfer Encoding Error #329

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

urbanoprogramador
Copy link
Contributor

@urbanoprogramador urbanoprogramador commented Dec 19, 2024

Added file scaling system with Transfer-Encoding: chunked and resolved the conflict by removing the use of content_length in the response.

…se both response.content_length and 'Transfer-Encoding': 'chunked' are being set in the server response. This creates a conflict, as Transfer-Encoding: chunked does not require a Content-Length. By removing response.content_length = len(image_data), this conflict is avoided, and the error is resolved.
…d the conflict by removing the use of content_length in the response.
navigator/actions/zammad.py Dismissed Show dismissed Hide dismissed
@phenobarbital phenobarbital merged commit 763dc35 into phenobarbital:master Dec 19, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants