Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Linux/Windows
Description
In file http_transport_utils.c line 269 following lines of code has hard coded value for content-length
callback_ctx->content_length = 100000000;
callback_ctx->unread_len = callback_ctx->content_length;
Due to this, when large attachments are sent with http chunking on , they can't be retrived from server side.