]> git.ipfire.org Git - thirdparty/squid.git/commit
Squid BIO related fixes
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 4 Feb 2013 17:17:38 +0000 (19:17 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 4 Feb 2013 17:17:38 +0000 (19:17 +0200)
commit54f3b0328fb03338d99ffbf2dd81d1d54133a574
tree65f9347840057412e9dd37629d03b2495f9cc35d
parentb3a8ae1bbbe58bed00b003e617bf5662565b2486
Squid BIO related fixes

- Do not close the filedescriptor inside Ssl::Bio::~Bio() destructor
  The callers do conn->close()
- Fix the BIO_CTRL_DUP control command to return 0. This command
  duplicates the current bio. It should be implemented if the SSL_dup
  OpenSSL function used anywhere inside squid.
src/ssl/bio.cc