You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/12/01 04:20:42 UTC

cvs commit: ws-axis/c/src/transport/axis2 Axis2Transport.cpp

damitha     2004/11/30 19:20:42

  Modified:    c/src/transport/axis2 Axis2Transport.cpp
  Log:
  I had mistakenly added two lines removed them
  
  Revision  Changes    Path
  1.26      +0 -2      ws-axis/c/src/transport/axis2/Axis2Transport.cpp
  
  Index: Axis2Transport.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis2/Axis2Transport.cpp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Axis2Transport.cpp	30 Nov 2004 17:50:47 -0000	1.25
  +++ Axis2Transport.cpp	1 Dec 2004 03:20:42 -0000	1.26
  @@ -642,8 +642,6 @@
           m_iBytesLeft -= iToCopy;
           m_pcReceived += iToCopy;
           *pSize = iToCopy;
  -        if(m_iBytesLeft == 0)
  -            return TRANSPORT_FINISHED;
   
           return TRANSPORT_IN_PROGRESS;
       }