[bknr-cvs] edi changed trunk/thirdparty/drakma/

BKNR Commits bknr at bknr.net
Wed Aug 31 12:23:17 UTC 2011


Revision: 4680
Author: edi
URL: http://bknr.net/trac/changeset/4680

Cosmetics

U   trunk/thirdparty/drakma/doc/index.html
U   trunk/thirdparty/drakma/request.lisp

Modified: trunk/thirdparty/drakma/doc/index.html
===================================================================
--- trunk/thirdparty/drakma/doc/index.html	2011-08-31 12:11:24 UTC (rev 4679)
+++ trunk/thirdparty/drakma/doc/index.html	2011-08-31 12:23:17 UTC (rev 4680)
@@ -985,8 +985,8 @@
 'Accept' header sent - the default is <code>"*/*"</code>.
 <a class=none name="range"><code><i>range</i></code></a> optionally
 specifies a subrange of the resource to be requested.  It must be
-specified as list of two integers which indicate the start and
-(inclusive) end offset of the requested range, in bytes
+specified as a list of two integers which indicate the start and
+(inclusive) end offset of the requested range, in bytes (i.e. octets).
 <p>
 If <a class=none name="proxy"><code><i>proxy</i></code></a> is not <code>NIL</code>, it should be a
 string denoting

Modified: trunk/thirdparty/drakma/request.lisp
===================================================================
--- trunk/thirdparty/drakma/request.lisp	2011-08-31 12:11:24 UTC (rev 4679)
+++ trunk/thirdparty/drakma/request.lisp	2011-08-31 12:23:17 UTC (rev 4680)
@@ -321,8 +321,9 @@
 sent.
 
 RANGE optionally specifies a subrange of the resource to be requested.
-It must be specified as list of two integers which indicate the start
-and (inclusive) end offset of the requested range, in bytes.
+It must be specified as a list of two integers which indicate the
+start and \(inclusive) end offset of the requested range, in bytes
+\(i.e. octets).
 
 If PROXY is not NIL, it should be a string denoting a proxy
 server through which the request should be sent.  Or it can be a





More information about the Bknr-cvs mailing list