No description
Find a file
Igor Sysoev dad8f96c52 r2281 merge:
always use buffer, if connection is buffered,
this fixes OpenSSL "bad write retry" error, when
*) nginx passed a single buf greater than our buffer (say 32K) to OpenSSL,
*) OpenSSL returns SSL_ERROR_WANT_WRITE,
*) after some time nginx has to send a new data,
*) so there are at least two bufs nginx does pass them directly to OpenSSL,
*) but copies the first buf part to buffer, and sends the buffer to OpenSSL.
*) because the data length is lesser than it was in previous SSL_write():
   16K < 32K, OpenSSL returns SSL_R_BAD_WRITE_RETRY.
2008-11-20 17:20:15 +00:00
auto r2011 merge: 2008-07-07 10:25:46 +00:00
conf add "root" to the fastcgi example to set correct included DOCUMENT_ROOT 2008-02-28 20:44:16 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-0.6.32-RELEASE 2008-07-07 11:44:11 +00:00
misc do not delete resolver sources from release tarball 2007-11-27 16:47:16 +00:00
src r2281 merge: 2008-11-20 17:20:15 +00:00