]> gitweb.factorcode.org Git - factor.git/commit
http.server: Actually use the port remapping instead of throwing it away.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Jun 2018 18:39:49 +0000 (11:39 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Jun 2018 18:41:41 +0000 (11:41 -0700)
commit06e85cc6060478cda1ff3ec98f23d5f1c495a1e0
treebc4bab13b68ac30701c4467688b4f96dd9a01ba6
parent33a1b7625e8ace7ca1c2d28b72cea959010ad32c
http.server: Actually use the port remapping instead of throwing it away.

For a port 8080 remapped to port 80, the ``or`` in this line looks like ``8080 80 or`` which doesn't get the remapped port.

Fixes #692 and #1992.
basis/http/server/server.factor