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

Diff for /pegasus/src/Pegasus/WsmServer/WsmWriter.cpp between version 1.10.4.2 and 1.10.4.3

version 1.10.4.2, 2013/07/20 18:33:00 version 1.10.4.3, 2013/09/14 23:08:24
Line 496 
Line 496 
     }     }
     if (httpMethod == HTTP_METHOD_M_POST)     if (httpMethod == HTTP_METHOD_M_POST)
     {     {
         char nn[] = { '0' + (rand() % 10), '0' + (rand() % 10), '\0' };          char nn[] = { char('0'+(rand() % 10)), char('0'+(rand() % 10)),'\0' };
  
         out << STRLIT("Ext:\r\n");         out << STRLIT("Ext:\r\n");
         out << STRLIT("Cache-Control: no-cache\r\n");         out << STRLIT("Cache-Control: no-cache\r\n");


Legend:
Removed from v.1.10.4.2  
changed lines
  Added in v.1.10.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2