jtjeferreira commented on issue #587: URL: https://github.com/apache/pekko-http/issues/587#issuecomment-2296974561
> AFAICT I've consumed all response entities. In this code https://codeberg.org/eicas/admin-sync/src/branch/main/Zettle.scala#L62-L63 ```scala if (r.status != StatusCodes.OK) throw new IllegalStateException(s"Zettle returned status ${r.status}") ``` you are not consuming the response, if the status is not OK... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
