Open compwright opened 2 years ago
The response bodies of cache hits are implemented as GuzzleHttp\Psr7\PumpStream, which is not seekable. This causes the following error:
StringHandler can not log request/response because the body is not seekable/readable.
The response bodies of cache hits are implemented as GuzzleHttp\Psr7\PumpStream, which is not seekable. This causes the following error: