flask-caching icon indicating copy to clipboard operation
flask-caching copied to clipboard

Sreaming Response support

Open cs91chris opened this issue 3 years ago • 2 comments

Hi, I have encountered a problem with streaming response via stream_with_context: TypeError: cannot pickle 'generator' object. Is there a way to cache response after the stream is closed?

environment:

  • python: 3.8.10
  • Flask==2.0.1
  • Flask-Caching==1.10.1

cs91chris avatar Oct 12 '21 23:10 cs91chris

#284

ponytailer avatar Oct 13 '21 07:10 ponytailer

This have been merged in #286

azmeuk avatar Feb 23 '23 15:02 azmeuk