You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2007/09/13 12:03:32 UTC

[jira] Resolved: (AXIS2C-671) Hard coded value is used for content length for http chunked messages

     [ 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org