From: Alexis Laferrière Date: Wed, 7 Jun 2017 11:53:25 +0000 (-0400) Subject: app: disable example leading to a threaded crash on an abstract method X-Git-Url: http://nitlanguage.org app: disable example leading to a threaded crash on an abstract method Signed-off-by: Alexis Laferrière --- 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 # ~~~