[ 
http://issues.apache.org/jira/browse/AXISCPP-609?page=comments#action_62631 ]
     
Arcangelo Di Balsamo commented on AXISCPP-609:
----------------------------------------------

Nadir, I detected truncation of the response got after an http request.
I dumped the buffer returned in the "getBytes" method and I found that 
truncation happens either if the http server issues a non chuncked response and 
if it issues multi chunked response.
I'm attaching to this problem the dll (built only for Windows) so you can see 
if the fix I did solves you problem too.
If it does, we can ask to integrate my changes (I'm not allowed to do that).

> Multi chunked http responses miss some bytes randomly
> -----------------------------------------------------
>
>          Key: AXISCPP-609
>          URL: http://issues.apache.org/jira/browse/AXISCPP-609
>      Project: Axis-C++
>         Type: Bug
>   Components: Transport (axis3)
>     Versions: unspecified
>  Environment: The issue is not specific of a particular environment
>     Reporter: Arcangelo Di Balsamo
>  Attachments: HTTPTransport.cpp, HTTPTransport.cpp, HTTPTransport.hpp
>
> Multi chunked http responses miss some bytes randomly.
> The issue is partially related to the AXISCPP-518 reported by myself too.
> The bug is in the getBytes method of HTTPTransport class.
> I made a tentative fix, that I've deeply tested.
> In the fix I did, I've changed a little bit the implementation logic.
> Splitting the getBytes method in more methods should be a nice to have.
> I'm attaching the modified file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to