Spec tweaks

This commit is contained in:
Andrew Godwin 2016-01-02 22:42:40 -08:00
parent 4ed1d73789
commit 46ea90e095

View File

@ -2,10 +2,8 @@
Draft ASGI Spec Draft ASGI Spec
=============== ===============
**NOTE: This is still heavily in-progress, and should not even be **NOTE: This is still in-progress, and may change substantially as development
considered draft yet. Even the name might change; this is being written progresses.**
as development progresses.**
Abstract Abstract
======== ========
@ -287,7 +285,7 @@ A *channel layer* should provide an object with these attributes
* ``extensions``, a list of unicode string names indicating which * ``extensions``, a list of unicode string names indicating which
extensions this layer provides, or empty if it supports none. extensions this layer provides, or empty if it supports none.
The only valid extension name is ``groups``. The only valid extension names are ``groups`` and ``statistics`.
A channel layer implementing the ``groups`` extension must also provide: A channel layer implementing the ``groups`` extension must also provide: