GNOME Bugzilla – Bug 377521
Move trailing newline to beginning of buffer in multipartmux
Last modified: 2006-11-27 14:51:00 UTC
The trailing newline added to the buffer in multipartmux ought to be inserted at the beginning of the buffer (before the "--" instead). From RFC 1341: delimiter := CRLF "--" boundary This will also make it possible to replace the memcpys with an additional buffer without affecting the output data.
*** This bug has been marked as a duplicate of 379792 ***