Closed rstacruz closed 9 years ago
when caching a request that returns content-length: 0, it seems request() returns a res.body that's undefined.
content-length: 0
request()
res.body
Hi. Thanks for reporting this! Can you provide a small test case that shows this? I'm trying to reproduce this, but I always get back an empty string. Thanks!
This might be a different problem, sorry :)
when caching a request that returns
content-length: 0
, it seemsrequest()
returns ares.body
that's undefined.