Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/OffloadingWebsocketsAndSSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The concept is not a new thing, or a uWSGI specific one. Projects like nodejs or

.. note:: an example of a webapp serving a static file is not very interesting, nor the best thing to show, but will be useful later, when presenting a real-world scenario with X-Sendfile

Immagine this simple WSGI app:
Imagine this simple WSGI app:

.. code-block:: python

Expand Down