https://issues.apache.org/bugzilla/show_bug.cgi?id=44975
--- Comment #16 from Michael Chen <[EMAIL PROTECTED]> 2008-11-19 14:53:51 PST --- (In reply to comment #15) > Try backporting the patch to 2.0.x by yourself. The patch itself is quite > simple: > http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/mod_ssl.c?r1 ( > https://svn.apache.org/viewcvs.cgi?view=rev&rev=1 )=654119&r2 ( > https://svn.apache.org/viewcvs.cgi?view=rev&rev=2 > )=654118&pathrev=654119&view=patch Yes, the patch itself is quite simple if you diff the file between apache 2.2.8 and apache 2.2.10. If you diff mod_ssl.c between Apache 2.0.63 and apache 2.2.10, there are quite a few differences between them. Can I simply copy mod_ssl.c from apache 2.2.10 over mod_ssl.c from Apache 2.0.63 and expect it to work? BTW, I am not even sure if they are the same problem. I just know that when I run abs -n 100000 -c 149 -f tls1 https://localhost:443 10 times, Apache will consume around 490,000KB. It will increase about 51MB each time I run it. When I run ab -n 100000 -c 149 http://localhost:80, I do not see the issue. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
