app: disable example leading to a threaded crash on an abstract method
[nit.git] / 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
 # ~~~