1
0
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:
Paul Querna
2007-06-12 20:55:57 +00:00
parent 83a3e2a77f
commit dc08a1050d
3 changed files with 6 additions and 5 deletions

View File

@@ -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);