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

Diff for /pegasus/src/Pegasus/ExportClient/CIMExportResponseDecoder.cpp between version 1.30 and 1.30.4.1

version 1.30, 2003/12/17 21:03:34 version 1.30.4.1, 2004/03/13 18:16:57
Line 133 
Line 133 
  
    httpMessage->parse(startLine, headers, contentLength);    httpMessage->parse(startLine, headers, contentLength);
  
   
      // Bug 1239 Trace the input buffer.
      Tracer::traceBuffer(TRC_XML_IO, Tracer::LEVEL2,
           httpMessage->message.getData(),
           httpMessage->message.size());
   
     //     //
     // Get the status line info     // Get the status line info
     //     //
Line 143 
Line 149 
  
     Boolean parsableMessage = HTTPMessage::parseStatusLine(     Boolean parsableMessage = HTTPMessage::parseStatusLine(
         startLine, httpVersion, statusCode, reasonPhrase);         startLine, httpVersion, statusCode, reasonPhrase);
   
     if (!parsableMessage)     if (!parsableMessage)
     {     {
  


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.30.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2