benoitc / hackney

simple HTTP client in Erlang
Other
1.34k stars 427 forks source link

(feat) Support LF separators since rfc7230-3.5 allows for LF-only #706

Closed leonardb closed 1 year ago

leonardb commented 2 years ago

   the sequence CRLF, a recipient MAY recognize a single LF as a line
   terminator and ignore any preceding CR.```

I'm running into this issue with an SMS service provider's API where all responses use LF instead of CRLF in the headers.
leonardb commented 2 years ago

Seems CI system is broken Could not find suitable distribution for Requirement.parse('cffi>=1.0.0')

benoitc commented 1 year ago

merged . Thanks for the change