ruby-changes:20172
From: nahi <ko1@a...>
Date: Fri, 24 Jun 2011 16:06:23 +0900 (JST)
Subject: [ruby-changes:20172] nahi:r32220 (trunk): * Typo fixed. Is it reallyl a typo? 2*2 == 2+2 == 4.
nahi 2011-06-24 16:06:13 +0900 (Fri, 24 Jun 2011) New Revision: 32220 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32220 Log: * Typo fixed. Is it reallyl a typo? 2*2 == 2+2 == 4. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 32219) +++ ChangeLog (revision 32220) @@ -4,7 +4,7 @@ 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@s...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/