diff options
author | https://www.google.com/accounts/o8/id?id=AItOawm_YXzEdPHzbSGVwtmTR7g1BqDtTnIBB5s <Matthias@web> | 2014-01-20 16:22:21 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-01-20 16:22:21 +0000 |
commit | 1cffde3c61cf45c06e5d905a5a6985f36f163434 (patch) | |
tree | 65cf7c066df41d6326837ae7b295650a5beed96b | |
parent | 4190bf195efe742b0d9f7c9d750b751b0fcb48a7 (diff) |
Added a comment: Chunk it
-rw-r--r-- | doc/design/external_special_remote_protocol/comment_12_e3029c65d34f78272bc11961ebfd8237._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/external_special_remote_protocol/comment_12_e3029c65d34f78272bc11961ebfd8237._comment b/doc/design/external_special_remote_protocol/comment_12_e3029c65d34f78272bc11961ebfd8237._comment new file mode 100644 index 000000000..e8d0dcfe8 --- /dev/null +++ b/doc/design/external_special_remote_protocol/comment_12_e3029c65d34f78272bc11961ebfd8237._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm_YXzEdPHzbSGVwtmTR7g1BqDtTnIBB5s" + nickname="Matthias" + subject="Chunk it" + date="2014-01-20T16:22:09Z" + content=""" +> TODO: stream the file up/down the pipe, rather than using a temp file + +You might want to use chunked transfer, i.e. a series of \"EXPECT 65536\" followed by that many bytes of binary data and an EOF marker (EXPECT-END or EXPECT 0), instead of escaping three characters (newline, NUL, and the escape prefix) and the additional unnecessary tedious per-character processing that would require. +"""]] |