mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Fix typo in paragraph about channel types
This commit is contained in:
parent
dd396e7960
commit
dfef0c551e
|
@ -157,7 +157,7 @@ to the channel server they're listening on.
|
||||||
For this reason, Channels treats these as two different *channel types*, and
|
For this reason, Channels treats these as two different *channel types*, and
|
||||||
denotes a *response channel* by having the channel name contain
|
denotes a *response channel* by having the channel name contain
|
||||||
the character ``!`` - e.g. ``http.response!f5G3fE21f``. *Normal
|
the character ``!`` - e.g. ``http.response!f5G3fE21f``. *Normal
|
||||||
channels* have do not contain it, but along with the rest of the response
|
channels* do not contain it, but along with the rest of the response
|
||||||
channel name, they must contain only the characters ``a-z A-Z 0-9 - _``,
|
channel name, they must contain only the characters ``a-z A-Z 0-9 - _``,
|
||||||
and be less than 200 characters long.
|
and be less than 200 characters long.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user