[Pkg-mozext-commits] [adblock-plus] 11/87: Issue 3572 - Allowed address reuse for test server

David Prévot taffit at moszumanska.debian.org
Sat Apr 30 17:59:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 185e99cdc25f7446b8a6e0dfe370235179fef7f8
Author: Thomas Greiner <thomas at adblockplus.org>
Date:   Mon Feb 1 13:58:06 2016 +0100

    Issue 3572 - Allowed address reuse for test server
---
 test_server.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_server.py b/test_server.py
index cf9c656..0173b26 100755
--- a/test_server.py
+++ b/test_server.py
@@ -21,6 +21,7 @@ import SocketServer
 
 PORT = ("127.0.0.1", 5000)
 
+SocketServer.TCPServer.allow_reuse_address = True
 httpd = SocketServer.TCPServer(PORT, SimpleHTTPServer.SimpleHTTPRequestHandler)
 
 if __name__ == "__main__":

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list