HTTP 内で運ばれるものはチャンク サイズを気にしますか? おそらくある種のRPCプロトコルですか?
編集:ウィキペディアのサンプル応答は次のとおりです
Date: Mon, 30 Mar 2009 22:22:21 GMT
HTTP/1.1 200 OK
Content-Type: text/plain
Transfer-Encoding: chunked
23
This is the data in the first chunk
1A
and this is the second one
0
応答は、23 や 1A とは異なるサイズのチャンクに簡単に分割できた可能性があります。チャンク境界が重要な場合はありますか?