Path to this page:
Subject: CVS commit: pkgsrc/www/py-channels
From: Adam Ciarcinski
Date: 2019-10-07 22:28:57
Message id: 20191007202857.DDD07FBF4@cvs.NetBSD.org
Log Message:
py-channels: updated to 2.3.0
2.3.0:
* Adjusted ``AsgiHandler`` HTTP body handling to use a spooled temporary file,
rather than reading the whole request body into memory.
As a result, ``AsgiRequest.__init__()`` is adjusted to expect a file-like
``stream``, rather than the whole ``body`` as bytes. Test cases instantiating
requests directly will likely need to be updated to wrap the provided body
in, e.g., `io.BytesIO`.
Files: