mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@787644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -108,10 +108,10 @@ typedef struct {
|
||||
typedef struct {
|
||||
ssl_filter_ctx_t *filter_ctx;
|
||||
conn_rec *c;
|
||||
apr_bucket_brigade *bb;
|
||||
apr_size_t length;
|
||||
char buffer[AP_IOBUFSIZE];
|
||||
apr_size_t blen;
|
||||
apr_bucket_brigade *bb; /* Brigade used as a buffer. */
|
||||
apr_size_t length; /* Number of bytes stored in ->bb brigade. */
|
||||
char buffer[AP_IOBUFSIZE]; /* Fixed-size buffer */
|
||||
apr_size_t blen; /* Number of bytes of ->buffer used. */
|
||||
apr_status_t rc;
|
||||
} bio_filter_out_ctx_t;
|
||||
|
||||
|
Reference in New Issue
Block a user