socketry / async-http

MIT License
298 stars 45 forks source link

Reduce output size of Async::HTTP::Client#inspect #93

Closed ianks closed 2 years ago

ianks commented 2 years ago

Some tests are failing in CI, and the logs are very hard to debug since the output is lengthy (the log archive was 110mb zip file). This PR addresses this issue by trimming down the inspect output of Async::HTTP::Client to make it human readable.