Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

WSGI File Wrapper

Compare
Choose a tag to compare
@lsbardel lsbardel released this 04 Feb 08:57
· 595 commits to master since this release
  • Removed release application and created a new repository for it (https://github.com/quantmind/git-agile)
  • wait method in greenio app accepts an extra parameter for checking if in child greenlet
  • Specialised MustBeInChildGreenlet error for functions which should be called on a child greenlet
  • Critical bug fix in pubsub subscribe method for Redis backend
  • Added an asynchronous wsgi.file_wrapper to the WSGI environment
  • Added file_response utility to serve local files
  • Introduced pulsar.ensure_future in place of pulsar.async