[
https://issues.apache.org/jira/browse/AXIS2C-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samisa Abeysinghe resolved AXIS2C-671.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
Assignee: Samisa Abeysinghe
Used a macro here, so that the value could be compile time configurable
> 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
> Assignee: Samisa Abeysinghe
> Fix For: 1.1.0
>
>
> 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]