Re: [whatwg/fetch] Pause readable stream reader (Issue #1651)

```py
r = Response(my_generator(), status=200, content_type='application/json')
r.cache_control.no_cache = True
return r
```

This adds the header but that still doesn't seem to suspend the fetch on any browser. Interesting...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1651#issuecomment-1551191142
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1651/1551191142@github.com>

Received on Wednesday, 17 May 2023 11:06:48 UTC