Skip to content

Instantly share code, notes, and snippets.

View whiteclover's full-sized avatar
:octocat:
On vacation

White Clover whiteclover

:octocat:
On vacation
View GitHub Profile
import tornado.ioloop
import tornado.iostream
import socket
class WebRequest(object):
@whiteclover
whiteclover / geventcherry.py
Last active August 29, 2015 14:10
gevent patch for cherrpy
#!/usr/bin/env python
import cherrypy
from cherrypy import _cprequest
from cherrypy.lib import httputil
import sys
import logging
from cherrypy.process import servers
try: