From ebb24c6cbf0b7435392e68e795917442fe65e20b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 7 Jun 2017 07:53:25 -0400 Subject: [PATCH] app: disable example leading to a threaded crash on an abstract method MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/app/http_request.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/http_request.nit b/lib/app/http_request.nit index 0260cab..8ab0f1d 100644 --- a/lib/app/http_request.nit +++ b/lib/app/http_request.nit @@ -126,7 +126,7 @@ end # # Prints on communication errors and when the server returns an HTTP status code not in the 200s. # -# ~~~ +# ~~~nitish # var request = new SimpleAsyncHttpRequest("http://example.com") # request.start # ~~~ -- 1.7.9.5