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 214 by douglas, 2003-07-19T22:47:26-07:00 vs.
Revision 331 by Douglas Thrift, 2004-04-05T15:50:25-07:00

# Line 1 | Line 1
1   /* ============================================================================
2   * Douglas Thrift's Search Engine License
3   *
4 < * Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.
4 > * Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.
5   * Redistribution and use in source and binary forms, with or without
6   * modification, are permitted provided that the following conditions are met:
7   *
# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: HttpHandler.cpp,v 1.25 2003/07/20 05:47:26 douglas Exp $
49 > // $Id$
50  
51   #include "HttpHandler.h"
52  
# Line 283 | Line 283 | bool HttpHandler::handle(URL &url, const
283  
284   void HttpHandler::clear()
285   {
286 + #ifdef _OpenSSL_
287          if (tls)
288          {
289                  SSL_shutdown(ssl);
290                  SSL_free(ssl);
291                  SSL_CTX_free(ctx);
292          }
293 + #endif
294  
295          closesocket(http);
296  

Comparing trunk/Search/HttpHandler.cpp (property svn:eol-style):
Revision 214 by douglas, 2003-07-19T22:47:26-07:00 vs.
Revision 331 by Douglas Thrift, 2004-04-05T15:50:25-07:00

# Line 0 | Line 1
1 + native

Comparing trunk/Search/HttpHandler.cpp (property svn:keywords):
Revision 214 by douglas, 2003-07-19T22:47:26-07:00 vs.
Revision 331 by Douglas Thrift, 2004-04-05T15:50:25-07:00

# Line 0 | Line 1
1 + Id

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines