A sequence number have been added to chunks, to allow chunked service to work over servers that do not maintain message order.
+@@ -883,7 +891,12 @@ Host: clayster.com and then by the HTTP client who will read the original chunk size elements inserted into the content. More information about HTTP chunking, can be found in RDF2616 ยง3.6.1.
- ++ Note 3: In order to work over XMPP servers that do not maintain message order, a nr attribute is available on the + chunk element. The first chunk reports a nr of zero. Each succcessive chunk reports a nr that is + incremented by one. In this way, the receiver can make sure to order incoming chunks in the correct order. +
+
Often content being sent can be represented by a file, virtual or real, especially if the content actually represents a file and is not
@@ -1942,6 +1955,7 @@ Host: clayster.com