]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Handle the case
authorRuediger Pluem <rpluem@apache.org>
Wed, 1 Apr 2020 19:30:49 +0000 (19:30 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 1 Apr 2020 19:30:49 +0000 (19:30 +0000)
commitfd5afc092ccd71a4e48a0f6c891ed6e1b14e187f
treefa451316fc6365eeb261eb4baac2f0cca4bf409b
parent36c3f0fcd1fcf6b54f7ab52133432243739bcad6
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Handle the case
  where apr_bucket_read fails with an error and hence our current bucket
  remains the morphing bucket and is not replaced with a 'data' bucket.
  If the error is not EAGAINi, error out with an AP_FILTER_ERROR,
  otherwise just do not consider the morphing bucket that has no data for
  coalesce.

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