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
- Improve connection reuse log message Improve the log message emitted when a connection is closed without being fully consumed. The message now includes a little bit more detail and links to [a new wi... — committed to sagebind/isahc by sagebind 3 years ago
- use response as reader instead of converting to text https://github.com/sagebind/isahc/issues/334#issuecomment-892925997 — committed to ayrat555/el_monitorro by ayrat555 3 years ago
- Improve connection reuse log message (#335) Improve the log message emitted when a connection is closed without being fully consumed. The message now includes a little bit more detail and links to [a... — committed to sagebind/isahc by sagebind 3 years ago
@sagebind you can use this rss feed as an example
https://tynan.com/feed/. isahc always logsresponse droppedfor itI’ve opened a PR to at least improve this log message to be more useful: https://github.com/sagebind/isahc/pull/335