diff roundup/scripts/roundup_xmlrpc_server.py @ 4258:6432c9bfd385

Fix bug with SSL-connection and XMLRPC... ...see my monologue at http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9700 This also fixes a race condition where the forked roundup process would consume 99% CPU resources after the client opens the SSL connection but doesn't send anything, e.g., s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect(('localhost', 443)) ssl_sock = socket.ssl(s)
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Thu, 08 Oct 2009 12:18:47 +0000
parents a728d421a65a
children 86ef4ab17dc5
line wrap: on
line diff

Roundup Issue Tracker: http://roundup-tracker.org/