ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/HttpHandler.cpp
(Generate patch)

Comparing trunk/Search/HttpHandler.cpp (file contents):
Revision 208 by douglas, 2003-07-18T00:17:10-07:00 vs.
Revision 209 by douglas, 2003-07-18T00:26:41-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: HttpHandler.cpp,v 1.20 2003/07/18 07:17:10 douglas Exp $
49 > // $Id: HttpHandler.cpp,v 1.21 2003/07/18 07:26:41 douglas Exp $
50  
51   #include "HttpHandler.h"
52  
# Line 323 | Line 323 | void HttpHandler::populate()
323                                          SSL_read(ssl, buffer, bytes)) <= 0)
324                                  {
325                                          !tls ? error(program + ": Recv") : error(program +
326 <                                                ": SSL Read", received);
326 >                                                ": SSL Read", int(received));
327                                  }
328   #endif
329                                  else if (received != bytes)
# Line 376 | Line 376 | void HttpHandler::populate()
376                                                  SSL_read(ssl, buffer, bytes)) <= 0)
377                                          {
378                                                  !tls ? error(program + ": Recv") : error(program +
379 <                                                        ": SSL Read", received);
379 >                                                        ": SSL Read", int(received));
380                                                  exit(1);
381                                          }
382   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines