diff options
| author | Ryan Williams <breath@alum.mit.edu> | 2010-10-24 21:01:12 -0700 |
|---|---|---|
| committer | Ryan Williams <breath@alum.mit.edu> | 2010-10-24 21:01:12 -0700 |
| commit | e374a8d741212c2746008c19f6ab7b0c5582dcf4 (patch) | |
| tree | 71be5376fa9c6cbd7bad08813b751e810ffce0cf /doc | |
| parent | d10ed205862ac7b2262e72abe1f424cc8682d1c8 (diff) | |
| download | eventlet-e374a8d741212c2746008c19f6ab7b0c5582dcf4.tar.gz | |
Fixing empty-query-string compatibility that mcarter reported, added unit tests for it, too.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/websocket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules/websocket.rst b/doc/modules/websocket.rst index 7405e8c..b42a25f 100644 --- a/doc/modules/websocket.rst +++ b/doc/modules/websocket.rst @@ -2,7 +2,7 @@ ===================================== This module provides a simple way to create a `websocket -<http://dev.w3.org/html5/websockets/>` server. It works with a few +<http://dev.w3.org/html5/websockets/>`_ server. It works with a few tweaks in the :mod:`~eventlet.wsgi` module that allow websockets to coexist with other WSGI applications. |
