ccollins476ad commented on issue #65: fs_mgmt: Fix file download for Zephyr
URL: https://github.com/apache/mynewt-mcumgr/pull/65#issuecomment-592579304
 
 
   Others have already approved this and I don't want to be a nuisance, but I 
still don't understand why this fix is Zephyr-specific.
   
   I also don't understand the need for this fix.  Is this just to fit as much 
file data as possible into every response after the first?  There is only a 
small difference between the first response and all subsequent responses: a 
three-character string ("len") and a variable-length integer containing the 
file size.  So we're talking about six or so bytes.  Is it that important to 
utilize those six bytes in all the subsequent responses?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to