]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Further tweaks
authorJoe Orton <jorton@apache.org>
Thu, 2 Apr 2020 08:54:29 +0000 (08:54 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 2 Apr 2020 08:54:29 +0000 (08:54 +0000)
commitadd4e2892b4c6b35be790843aac5713302dc1d2f
tree90cf1677ff9d99a6593535419cf0625ba833a462
parent343cdd9bb4488c4f0c632583af8bb4bdae0a32dc
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Further tweaks
  to logic, comments and debugging:
  - allow buffering up to exactly COALESCE_BYTES rather than COALESCE_BYTES-1.
  - put bucket type name in logging output
  - do not coalesce a single-bucket prefix of length equal to the
    buffer size (which would be a pointless memory copy).

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