mirror of
https://github.com/django/daphne.git
synced 2025-04-21 17:22:03 +03:00
Fixed typo
This commit is contained in:
parent
b6f38910de
commit
0cf2a13234
|
@ -10,7 +10,7 @@ but the modern Web includes things like WebSockets and HTTP2 server push,
|
|||
which allow websites to communicate outside of this traditional cycle.
|
||||
|
||||
And, beyond that, there are plenty of non-critical tasks that applications
|
||||
could easily offload until after a response as been sent - like saving things
|
||||
could easily offload until after a response has been sent - like saving things
|
||||
into a cache or thumbnailing newly-uploaded images.
|
||||
|
||||
Channels changes the way Django runs to be "event oriented" - rather than
|
||||
|
|
Loading…
Reference in New Issue
Block a user