-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont replace "\n" newlines in application/octet-stream payload with "…
…\r\n" When building an AS/2 message with data of content-type "application/octet-stream", the payload's "\n" newlines got replaced with "\r\n", leading to corrupted message payloads.
- Loading branch information
Fabian Brosig
committed
May 11, 2020
1 parent
b86dec3
commit 1beb1ed
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters