mirror of
https://github.com/django/daphne.git
synced 2025-02-18 01:10:32 +03:00
Merge pull request #46 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
This commit is contained in:
commit
a83d2f41bd
|
@ -8,7 +8,7 @@ daphne
|
||||||
:target: https://pypi.python.org/pypi/daphne
|
:target: https://pypi.python.org/pypi/daphne
|
||||||
|
|
||||||
Daphne is a HTTP, HTTP2 and WebSocket protocol server for
|
Daphne is a HTTP, HTTP2 and WebSocket protocol server for
|
||||||
`ASGI <http://channels.readthedocs.org/en/latest/asgi.html>`_, and developed
|
`ASGI <https://channels.readthedocs.io/en/latest/asgi.html>`_, and developed
|
||||||
to power Django Channels.
|
to power Django Channels.
|
||||||
|
|
||||||
It supports automatic negotiation of protocols; there's no need for URL
|
It supports automatic negotiation of protocols; there's no need for URL
|
||||||
|
|
|
@ -69,7 +69,7 @@ class TestHTTPProtocol(TestCase):
|
||||||
|
|
||||||
def test_http_disconnect_sets_path_key(self):
|
def test_http_disconnect_sets_path_key(self):
|
||||||
"""
|
"""
|
||||||
Tests http disconnect has the path key set, see http://channels.readthedocs.io/en/latest/asgi.html#disconnect
|
Tests http disconnect has the path key set, see https://channels.readthedocs.io/en/latest/asgi.html#disconnect
|
||||||
"""
|
"""
|
||||||
# Send a simple request to the protocol
|
# Send a simple request to the protocol
|
||||||
self.proto.dataReceived(
|
self.proto.dataReceived(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user