Closed koshdim closed 4 years ago
RFC2616: "The line terminator for message-header fields is the sequence CRLF. However, we recommend that applications, when parsing such headers, recognize a single LF as a line terminator and ignore the leading CR."
ok RFC 👍
thank you @koshdim
@diegomvh yes, that's my case. then the source of this issue is bug in AspNetCoreOData then. Apparently they use this property internally, which changes depending on which system the application runs. thank you for covering up for AspNetCoreOData, I hope you don't remove your recent fix.
I was struggling with inner request in batch callbacks not triggering, after hours of debugging I found the line
where NEWLINE is defined as '\r\n' but my service returns just '\n', which seems to be valid as well. please make it either configurable or detect the newline format in handleResponse yourself