]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/google/charts/charts.factor
http.client: remove http-get* and its friends, change http-request* and with-http...
[factor.git] / extra / google / charts / charts.factor
index 39a615043e9e1699949bc3d6037839df28c0837e..d97a97bceb1ffaf1e620c01dd6abed32feda0016 100644 (file)
@@ -100,6 +100,6 @@ PRIVATE>
 
 : chart. ( chart -- )
     chart>url present dup length 2000 < [ http-image. ] [
-        "?" split1 swap http-post*
+        "?" split1 swap http-post nip
         "png" (image-class) load-image* image.
     ] if ;