Skip to content

Fix for quoted-printable decoding in streams

Compare
Choose a tag to compare
@zbateson zbateson released this 15 Jul 00:18
· 670 commits to master since this release

Decoded streams weren't correctly buffered, so streams that happened to have a quoted-printable escape sequence split between two read operations would result in incorrect decoding. #72