nitcorn: default_virtual_host should be writable
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 19 Jun 2016 12:58:18 +0000 (08:58 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 10 Aug 2016 18:14:37 +0000 (14:14 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/nitcorn/server_config.nit

index e61caad..20eae59 100644 (file)
@@ -25,7 +25,7 @@ class ServerConfig
        var virtual_hosts = new VirtualHosts(self)
 
        # Default `VirtualHost` to respond to requests not handled by any of the `virtual_hosts`
-       var default_virtual_host: nullable VirtualHost = null
+       var default_virtual_host: nullable VirtualHost = null is writable
 end
 
 # A `VirtualHost` configuration