Closed dogue closed 1 year ago
The absence of a Content-Length field in the response header can cause some more strict libraries to fail to parse the response body.
Content-Length
See this issue where I encountered this problem in Odin. I have no experience with Scala or else I'd submit a PR instead.
Closing as the author of the library will be updating the lib. https://github.com/laytan/odin-http/issues/13#issuecomment-1715277373
The absence of a
Content-Length
field in the response header can cause some more strict libraries to fail to parse the response body.See this issue where I encountered this problem in Odin. I have no experience with Scala or else I'd submit a PR instead.