shithub: mc

Download patch

ref: 9f1ac5b4a1f2bb17b145c37f22bfc1b06432220e
parent: 64462bb36f34be7ab4aa1fcf7195739eb617a044
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jan 12 16:33:52 EST 2019

Tell us what host/port we're listening on.

--- a/examples/srvdot.myr
+++ b/examples/srvdot.myr
@@ -21,6 +21,7 @@
 	| `std.Err e:	std.fatal("unable to announce: {}\n", e)
 	;;
 
+	std.put("serving on {}\n", ann)
 	http.serve(srv, route)
 }