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

Diff for /pegasus/src/Pegasus/Common/HTTPConnection.h between version 1.52 and 1.53

version 1.52, 2006/11/10 18:14:58 version 1.53, 2007/01/16 20:23:22
Line 208 
Line 208 
     // When used by the client, it is an offset (from start of http message)     // When used by the client, it is an offset (from start of http message)
     // representing last NON completely parsed chunk of a transfer encoding.     // representing last NON completely parsed chunk of a transfer encoding.
     // When used by the server, it is the message index that comes down     // When used by the server, it is the message index that comes down
     // from the providers/repository representing each message chunk      // from the providers/repository representing each message chunk.
       // WARNING: Due to the duel use of this member variable, modifying code
       // that uses this variable should be done very carefully. Accidental bugs
       // introduced could easily break interoperability with wbem
       // clients/servers that transfer and/or receive data via HTTP chunking.
     Uint32 _transferEncodingChunkOffset;     Uint32 _transferEncodingChunkOffset;
  
     // list of transfer encoding values from sender     // list of transfer encoding values from sender


Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2