]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
webapi.txt: update rfc reference
authorBrian Warner <warner@lothar.com>
Thu, 9 Aug 2007 18:24:35 +0000 (11:24 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 9 Aug 2007 18:24:35 +0000 (11:24 -0700)
docs/webapi.txt

index 1a9f75b8565dd2a952c390b39a28620349482d6a..50f16b67c77a71758ebaae6a163b91c6e58b7e34 100644 (file)
@@ -73,8 +73,8 @@ for files and directories which do not yet exist.
   from the body of the HTTP request. For convenience, the HTTP response
   contains the URI that results from uploading the file, although the client
   is not obligated to do anything with the URI. According to the HTTP/1.1
-  specification (rfc2068), this should return a 200 (OK) code when modifying
-  and existing file, and a 201 (Created) code when creating a new file.
+  specification (rfc2616), this should return a 200 (OK) code when modifying
+  an existing file, and a 201 (Created) code when creating a new file.
 
   To use this, run 'curl -T localfile http://localhost:8011/vdrive/global/newfile'