You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by fi...@apache.org on 2007/10/13 07:28:46 UTC

svn commit: r584369 - in /labs/webarch/trunk/http/draft-fielding-http: p1-messaging.html p1-messaging.xml

Author: fielding
Date: Fri Oct 12 22:28:45 2007
New Revision: 584369

URL: http://svn.apache.org/viewvc?rev=584369&view=rev
Log:
Resolve [LABS-5]: [i3] Chunk Size Definition

Modified:
    labs/webarch/trunk/http/draft-fielding-http/p1-messaging.html
    labs/webarch/trunk/http/draft-fielding-http/p1-messaging.xml

Modified: labs/webarch/trunk/http/draft-fielding-http/p1-messaging.html
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/draft-fielding-http/p1-messaging.html?rev=584369&r1=584368&r2=584369&view=diff
==============================================================================
--- labs/webarch/trunk/http/draft-fielding-http/p1-messaging.html (original)
+++ labs/webarch/trunk/http/draft-fielding-http/p1-messaging.html Fri Oct 12 22:28:45 2007
@@ -1096,8 +1096,8 @@
     chunk-ext-val  = token | quoted-string
     chunk-data     = chunk-size(OCTET)
     trailer        = *(entity-header CRLF)
-</pre><p id="rfc.section.3.4.1.p.3">The chunk-size field is a string of hex digits indicating the size of the chunk. The chunked encoding is ended by any chunk
-         whose size is zero, followed by the trailer, which is terminated by an empty line.
+</pre><p id="rfc.section.3.4.1.p.3">The chunk-size field is a string of hex digits indicating the size of the chunk-data in octets. The chunked encoding is ended
+         by any chunk whose size is zero, followed by the trailer, which is terminated by an empty line.
       </p>
       <p id="rfc.section.3.4.1.p.4">The trailer allows the sender to include additional HTTP header fields at the end of the message. The Trailer header field
          can be used to indicate which header fields are included in a trailer (see <a href="#header.trailer" id="rfc.xref.header.trailer.1" title="Trailer">Section&nbsp;8.6</a>).

Modified: labs/webarch/trunk/http/draft-fielding-http/p1-messaging.xml
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/draft-fielding-http/p1-messaging.xml?rev=584369&r1=584368&r2=584369&view=diff
==============================================================================
--- labs/webarch/trunk/http/draft-fielding-http/p1-messaging.xml (original)
+++ labs/webarch/trunk/http/draft-fielding-http/p1-messaging.xml Fri Oct 12 22:28:45 2007
@@ -1185,7 +1185,7 @@
 </artwork></figure>
 <t>
    The chunk-size field is a string of hex digits indicating the size of
-   the chunk. The chunked encoding is ended by any chunk whose size is
+   the chunk-data in octets. The chunked encoding is ended by any chunk whose size is
    zero, followed by the trailer, which is terminated by an empty line.
 </t>
 <t>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org