mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fixup style nitpicks:
- Empty lines should not have spaces - Declare static functions in http_core.c at the top. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@546632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1667,7 +1667,7 @@ void ssl_io_filter_init(conn_rec *c, SSL *ssl)
|
||||
|
||||
/* We insert a clogging input filter. Let the core know. */
|
||||
c->clogging_input_filters = 1;
|
||||
|
||||
|
||||
ssl_io_input_add_filter(filter_ctx, c, ssl);
|
||||
|
||||
SSL_set_bio(ssl, filter_ctx->pbioRead, filter_ctx->pbioWrite);
|
||||
|
Reference in New Issue
Block a user