summaryrefslogtreecommitdiff
path: root/tools/http_server.py
AgeCommit message (Collapse)Author
2018-09-27Ensure spawning python server twice raises an exception.Andy Hayden
Previously it would dump the traceback but not raise. It's unclear if serve_forever could crash for some other reason, but the main reason spawn throws is if the port is already in use.
2018-08-27allow_reuse_address for test http server.Ryan Dahl
2018-08-20Enable http server for tests.Ryan Dahl