Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous fixes #734

Merged
merged 9 commits into from
Jul 22, 2023
Prev Previous commit
Next Next commit
httpd-test: use a less common port
  • Loading branch information
vyzo committed Jul 21, 2023
commit 58a743f90ef65b7a91816bcf295ac4eb0e21c293
2 changes: 1 addition & 1 deletion src/std/net/httpd-test.ss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(test-suite "test :std/net/httpd"

(def server-address
"127.0.0.1:9999")
"127.0.0.1:19999")

(def server-url
(string-append "http://" server-address))
Expand Down