Differences From Artifact [6e736887de]:
- File servermod.scm — part of check-in [50cc8ed2e2] at 2021-04-07 23:25:12 on branch v1.6584-ck5 — wip (user: matt, size: 1494) [annotate] [blame] [check-ins using]
To Artifact [42471562b8]:
- File servermod.scm — part of check-in [927cc58fa5] at 2021-04-11 22:59:56 on branch v1.6584-ck5 — wip (user: matt, size: 1244) [annotate] [blame] [check-ins using]
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 | - - - - - | ) (define (server:make-server-url hostport) (if (not hostport) #f (conc "http://" (car hostport) ":" (cadr hostport)))) |