Commit efe51064 authored by Denis Bilenko's avatar Denis Bilenko

Update docstring in examples/wsgiserver_ssl.py

parent 2a7f7bbd
#!/usr/bin/python
"""Secure WSGI server example.
It uses pure Python WSGI module - gevent.pywsgi, because gevent.http/gevent.wsgi do not support SSL yet.
"""
"""Secure WSGI server example based on gevent.pywsgi"""
from gevent import pywsgi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment