summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-24 07:06:13 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-24 07:06:13 +0000
commitdd91beb3e1e39fdee5588419fc0da8b09fd70a06 (patch)
treeacdfabc5b510ca99ec8c6dd9538f30838d5c249e
parent369b095015d0efb40e0833c94ab0b0837c7f48f4 (diff)
* Typo fixed. Is it reallyl a typo? 2*2 == 2+2 == 4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8f58fb4c9..e1e6b2cb94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@ Fri Jun 24 15:54:14 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
connection more gracefully. Call SSL_shutdown() max 4 times until it
returns 1 (success). Bi-directional SSL close has several states but
SSL_shutdown() kicks only 1 transition per call. Max 4 is from
- mod_ssl.c of Apache httpd that says 'max 2x pending * 2x data = 4'.
+ mod_ssl.c of Apache httpd that says 'max 2x pending + 2x data = 4'.
See #4237.
Fri Jun 24 07:24:37 2011 Eric Hodel <drbrain@segment7.net>