Hard coded value is used for content length for http chunked messages
---------------------------------------------------------------------

                 Key: AXIS2C-671
                 URL: https://issues.apache.org/jira/browse/AXIS2C-671
             Project: Axis2-C
          Issue Type: Bug
         Environment: Linux/Windows
            Reporter: Nandika Jayawardana


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.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to