(file) Return to HTTPConnection.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/HTTPConnection.cpp between version 1.126 and 1.127

version 1.126, 2007/01/11 16:21:54 version 1.127, 2007/01/16 20:23:22
Line 929 
Line 929 
         _incomingBuffer.clear();         _incomingBuffer.clear();
         _transferEncodingTEValues.clear();         _transferEncodingTEValues.clear();
  
           // Reset the transfer encoding chunk offset. If it is not reset here,
           // then a request sent with chunked encoding may not be properly read
           // off of a connection in which a chunked response has been sent.
           _transferEncodingChunkOffset = 0;
   
         //         //
         // decrement request count         // decrement request count
         //         //


Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2