lib/nitcorn: remove uninitialized attribute `host`
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 15 Aug 2016 04:25:30 +0000 (00:25 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 15 Aug 2016 04:28:30 +0000 (00:28 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/nitcorn/http_request.nit

index b6c43d8..8efa7d0 100644 (file)
@@ -35,9 +35,6 @@ class HttpRequest
        # Method of this request (GET or POST)
        var method: String
 
-       # The host targetter by this request (usually the server)
-       var host: String
-
        # The full URL requested by the client (including the `query_string`)
        var url: String