HTTP::Body 0.7, patch to support 0-length uploads
[catagits/HTTP-Body.git] / README
diff --git a/README b/README
index 6f8521c..d78c02e 100644 (file)
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ METHODS
     new Constructor. Takes content type and content length as parameters,
         returns a HTTP::Body object.
 
-    add Add string to itnernal buffer. Will call spin unless done. returns
+    add Add string to internal buffer. Will call spin unless done. returns
         length before adding self.
 
     body
@@ -66,6 +66,9 @@ METHODS
 
     upload
 
+BUGS
+    Chunked requests are currently not supported.
+
 AUTHOR
     Christian Hansen, "ch@ngmedia.com"