]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix hung SSL handshake if a particularly long CA list is configured:
authorJoe Orton <jorton@apache.org>
Fri, 26 Jun 2009 14:22:20 +0000 (14:22 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 26 Jun 2009 14:22:20 +0000 (14:22 +0000)
commitefcb56a2f4250ee8a15fb19e7ddaedb39ef7d252
treea8cb7c6b13b32ad49afc703215c2b2184296f616
parentb524a58d53d856a36c090686b6e0b305cfa4e85f
Fix hung SSL handshake if a particularly long CA list is configured:

* modules/ssl/ssl_engine_io.c (bio_filter_in_read): Flush pending
  output unconditionally since OpenSSL is known to not flush correctly
  at all times, and it should be cheap even in cases where it is
  unnecessary.

PR: 46952

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