I had a query regarding HTTP chunked transfer encoding. Is there a possibility that the chunks would arrive in different order and how is it reordered in that case? Similarly, if one of the chunks is lost, is there a way to detect it?
I had checked http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html, but couldn't find anything in this regard.