]> granicus.if.org Git - apache/commit
Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 4 Nov 2002 17:39:56 +0000 (17:39 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 4 Nov 2002 17:39:56 +0000 (17:39 +0000)
commitef70d9e2f7a3a5ea50def0669d8b2ffed54d4d08
treef46b2a12164ffa4b22b2176539a84fa4dd2badea
parent04da9bbe3933a6343a77a033acf6586924f13f87
  Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx,
  wbio to bio_out, BIO new and free to create and destroy (to match OpenSSL),
  refactor the bio write code to stash errors in outctx->rc,
  fix the blocking read at EOF if we have some data to return,
  and preempt the nonblock read on GETLINE if we have the newline already.

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