]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Extend the coalescing filter to avoid sending HTTP response
authorJoe Orton <jorton@apache.org>
Mon, 30 Mar 2020 09:17:35 +0000 (09:17 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 30 Mar 2020 09:17:35 +0000 (09:17 +0000)
commit21530e63e2f9102904599df1bf397a7de0167458
treef81489c8ee36f083933e824342dfea13197d6e13
parent784b8e4b14acd9f6950ef0534cfc7c6feb063c34
mod_ssl: Extend the coalescing filter to avoid sending HTTP response
headers in a separate TLS record to the response body in some cases.

* modules/ssl/ssl_engine_io.c:
  Increase size of coalesce buffer to AP_IOBUFSIZE (8Kb).
  (ssl_io_filter_coalesce): Try harder to fill the prefix which
  gets coalesced, including a read&split of a morphing bucket type

Github: closes #106

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