[
http://issues.apache.org/jira/browse/AXISCPP-827?page=comments#action_12330472
]
Dinesh Premalal commented on AXISCPP-827:
-----------------------------------------
Hi all ,
after adding following line to the getBytes () method in HTTPTransport.cpp ,
I was able to pass this test (ManyTypeRefRoots).
/* Line 491 */
if (m_iBytesLeft == 0) /* I added only this condition */
{
switch( m_GetBytesState)
{
case eWaitingForHTTPHeader:
{
// Wait for a HTTP header to be located on the input stream.
do
{
// From the input stream, wait for a 'valid' HTTP header.
readHTTPHeader();
..................................
..........................
> ManyTypeRefRoot test failed with Guththila
> ------------------------------------------
>
> Key: AXISCPP-827
> URL: http://issues.apache.org/jira/browse/AXISCPP-827
> Project: Axis-C++
> Type: Sub-task
> Reporter: Dinesh Premalal
>
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira