From e152b545b4d96806ac4eeb2ef3061f3163b50f80 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Mon, 16 May 2016 11:44:51 -0400 Subject: [PATCH] lib/nitcorn: make session writable Signed-off-by: Alexandre Terrasa --- lib/nitcorn/sessions.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5