From 9de2f6ef9389bc1d30b469a592e333ed1b61fe74 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 13 Aug 2003 11:41:13 +0000 Subject: * lib/webrick/https.rb (HTTPServer#run): should set syncing-mode to SSLSocket. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ecd32031..775c67b3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 13 19:21:34 2003 Christian Neukirchen + + * lib/webrick/https.rb (HTTPServer#run): should set syncing-mode + to SSLSocket. + Wed Aug 13 18:13:49 2003 Yukihiro Matsumoto * eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block. @@ -62,7 +67,7 @@ Sun Aug 10 10:43:05 2003 GOTOU Yuuzou from 1k to 16k bytes. [ruby-talk:78603] * ext/openssl/ossl_ssl.c (ossl_sslctx_s_alloc): enable - partial write to allow interruption in SSLSocket#sysread. + partial write to allow interruption in SSLSocket#write. Sun Aug 10 00:34:16 2003 WATANABE Hirofumi -- cgit