X-Git-Url: http://nitlanguage.org diff --git a/lib/nitcorn/reactor.nit b/lib/nitcorn/reactor.nit index 8124f97..4b13677 100644 --- a/lib/nitcorn/reactor.nit +++ b/lib/nitcorn/reactor.nit @@ -85,6 +85,8 @@ class HttpServer # Send back a response write response.to_s + for path in response.files do write_file path + close end end