-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
Scope
- Use "\r\n" as the line delimiter, not "\n" for HTTP requests.
Background & Motivation
KMS message uses "\n" as the line delimiter. Example. This has not caused issues in practice with any KMS servers.
https://stackoverflow.com/a/5757349/774658 notes:
a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR.
- duplicates
-
MONGOCRYPT-457 Use CRLF instead of LF newlines
- Closed