From: Alexandre Terrasa Date: Mon, 16 May 2016 15:44:51 +0000 (-0400) Subject: lib/nitcorn: make session writable X-Git-Url: http://nitlanguage.org lib/nitcorn: make session writable Signed-off-by: Alexandre Terrasa --- diff --git a/lib/nitcorn/sessions.nit b/lib/nitcorn/sessions.nit index 4d54aa9..005a4dd 100644 --- a/lib/nitcorn/sessions.nit +++ b/lib/nitcorn/sessions.nit @@ -72,7 +72,7 @@ end redef class HttpRequest # The `Session` associated to this request - var session: nullable Session = null + var session: nullable Session = null is writable end redef class HttpRequestParser