isahc: Invalid log messages `response dropped`

Hello. Thanks for the library I’m using it in my telegram bot -https://github.com/ayrat555/el_monitorro/blob/master/src/bot/telegram_client.rs#L114

Most of the logged messages in my synchronization services look like this:

response dropped without fully consuming the response body, which may result in sub-optimal performance

It seems such messages are logged for every request, even though requests are successful.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 18 (8 by maintainers)

Commits related to this issue

Most upvoted comments

@sagebind you can use this rss feed as an example https://tynan.com/feed/ . isahc always logs response dropped for it

I’ve opened a PR to at least improve this log message to be more useful: https://github.com/sagebind/isahc/pull/335