mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Use pywsgi.py instead of wsgi (better chunked handling)
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ gunicorn.
|
||||
|
||||
import sys
|
||||
|
||||
from gevent.wsgi import WSGIServer
|
||||
from gevent.pywsgi import WSGIServer
|
||||
from httpbin import app
|
||||
|
||||
|
||||
@@ -26,4 +26,4 @@ def main():
|
||||
http_server.serve_forever()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user