return an error code understood by ssl_io_filter_error().
That function needs to perform error handling, and a valid
apr_status_t needs to be returned up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1645529 13f79535-47bb-0310-9956-
ffa450edef68
/* ensure that the SSL structures etc are freed, etc: */
ssl_filter_io_shutdown(filter_ctx, c, 1);
apr_table_setn(c->notes, "SSL_connect_rv", "err");
- return HTTP_BAD_GATEWAY;
+ return MODSSL_ERROR_BAD_GATEWAY;
}
apr_table_setn(c->notes, "SSL_connect_rv", "ok");