Skip to content

ContentLength returns negative value #36

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
koulombus opened this issue Dec 21, 2017 · 2 comments · Fixed by #90
Closed

ContentLength returns negative value #36

koulombus opened this issue Dec 21, 2017 · 2 comments · Fixed by #90
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@koulombus
Copy link

If the content is larger than 32k, the value is negative. Change ContentLength to "unsigned long" for larger content.

@facchinm facchinm added the type: imperfection Perceived defect in any part of project label Jan 8, 2018
@sandeepmistry
Copy link

Changing to long would be good I think.

@Park0
Copy link

Park0 commented Jun 28, 2020

I just added PR #90 to fix this

@per1234 per1234 linked a pull request Jan 15, 2022 that will close this issue
@per1234 per1234 added the topic: code Related to content of the project itself label Jan 15, 2022
@per1234 per1234 added the conclusion: resolved Issue was resolved label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants