]> granicus.if.org Git - apache/commit
implement a custom BIO which allows us to hook SSL_write directly into
authorDoug MacEachern <dougm@apache.org>
Tue, 27 Nov 2001 23:37:20 +0000 (23:37 +0000)
committerDoug MacEachern <dougm@apache.org>
Tue, 27 Nov 2001 23:37:20 +0000 (23:37 +0000)
commit83c0b89f0a40e131ee9a198de0ab7bcb0b8465ce
tree82cfc4d326daa8ef0a533b34f06c4089c06dfa0d
parent6f9865ce14518d2d42f8c4e28ff742574b6def6d
implement a custom BIO which allows us to hook SSL_write directly into
an apr_bucket_brigade and use transient buckets with the SSL
malloc-ed buffer, rather than copying into a mem BIO.

also allows us to pass the brigade as data is being written
rather than buffering up the entire response in the mem BIO.

PR:
Obtained from:
Submitted by:
Reviewed by: Justin Erenkrantz, Ryan Bloom

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