]> granicus.if.org Git - apache/commit
Clean up some more error handling in mod_ssl:
authorJoe Orton <jorton@apache.org>
Mon, 7 Apr 2008 16:03:49 +0000 (16:03 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 7 Apr 2008 16:03:49 +0000 (16:03 +0000)
commit35e43a1051a7a822e0e7f8898100bfa85e2325c2
tree9c69f5ce81a0b65f641fc1f5c8fc77de6690b3ea
parentb3b76364be8c7aa63cac4b5f00a7840c4d970f20
Clean up some more error handling in mod_ssl:

* modules/ssl/ssl_engine_io.c (ssl_filter_io_shutdown): Remove
  redundant return value (which was always success).
  (ssl_io_filter_handshake): Return APR_ECONNABORTED on handshake
  failure, rather than success.
  (ssl_io_filter_output): Ignore ssl_filter_io_shutdown return
  value.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645584 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c