tjbush / mochiweb

Automatically exported from code.google.com/p/mochiweb
Other
0 stars 0 forks source link

Do not wait 100ms when ssl negotiation fails #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Failure in ssl-negotiation (e.g. client certificate is invalid) should be 
handled like a timeout or a close from the other side, not like an unknown 
error that makes mochiweb wait for 100ms.

The attached patch of mochiweb_acceptor.erl does exactly this.

Original issue reported on code.google.com by pgu...@gmail.com on 9 Jun 2010 at 7:15

Attachments:

GoogleCodeExporter commented 8 years ago
40dc164 / r169

Original comment by bob.ippo...@gmail.com on 9 Jun 2010 at 3:32