chore: port http_server.py to rust (#6364)

This commit is contained in:
Ryan Dahl 2020-07-04 13:05:01 -04:00 committed by GitHub
parent fca492907c
commit 5f9e600c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 457 additions and 498 deletions

View file

@ -65,6 +65,4 @@ class TestBenchmark(DenoTestCase):
if __name__ == '__main__':
# FIME this doesn't appear to be the case.
# This test assumes tools/http_server.py is running in the background.
run_tests()