app: disable example leading to a threaded crash on an abstract method
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 7 Jun 2017 11:53:25 +0000 (07:53 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 8 Jun 2017 15:57:25 +0000 (11:57 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/app/http_request.nit

index 0260cab..8ab0f1d 100644 (file)
@@ -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
 # ~~~