Skip to content

Commit

Permalink
fixup! Fix web-platform-tests#2669: Add alternate_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Apr 30, 2018
1 parent e2dc266 commit 0ef9a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/serve/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def is_alive(self):

def check_subdomains(domains, paths, bind_address, ssl_config, aliases):
domains = domains.copy()
host = domains.pop("")
host = domains.pop("main_")
port = get_port(host)
logger.debug("Going to use port %d to check subdomains" % port)

Expand Down

0 comments on commit 0ef9a74

Please sign in to comment.