mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #882 from collinanderson/whitespace
clean whitespace
This commit is contained in:
commit
257e2228ae
@ -31,5 +31,3 @@ Issue Tracking
|
|||||||
|
|
||||||
Bug reports, enhancement requests and tasks generally go in the `Github
|
Bug reports, enhancement requests and tasks generally go in the `Github
|
||||||
issue tracker <http://github.com/benoitc/gunicorn/issues>`_.
|
issue tracker <http://github.com/benoitc/gunicorn/issues>`_.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -68,4 +68,3 @@ texinfo_documents = [
|
|||||||
u'Benoit Chesneau', 'Gunicorn', 'One line description of project.',
|
u'Benoit Chesneau', 'Gunicorn', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -940,4 +940,3 @@ statsd_host
|
|||||||
* ``None``
|
* ``None``
|
||||||
|
|
||||||
host:port of the statsd server to log to
|
host:port of the statsd server to log to
|
||||||
|
|
||||||
|
|||||||
@ -22,4 +22,3 @@ def load(arg):
|
|||||||
start_response(status, response_headers)
|
start_response(status, response_headers)
|
||||||
return iter([data])
|
return iter([data])
|
||||||
return app
|
return app
|
||||||
|
|
||||||
|
|||||||
@ -28,6 +28,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<footer></footer>
|
<footer></footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -20,4 +20,3 @@ Another way to test that 1 + 1 is equal to 2.
|
|||||||
>>> 1 + 1 == 2
|
>>> 1 + 1 == 2
|
||||||
True
|
True
|
||||||
"""}
|
"""}
|
||||||
|
|
||||||
|
|||||||
@ -28,6 +28,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<footer></footer>
|
<footer></footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -20,4 +20,3 @@ Another way to test that 1 + 1 is equal to 2.
|
|||||||
>>> 1 + 1 == 2
|
>>> 1 + 1 == 2
|
||||||
True
|
True
|
||||||
"""}
|
"""}
|
||||||
|
|
||||||
|
|||||||
@ -268,9 +268,3 @@ if __name__=='__main__':
|
|||||||
update_md5(sys.argv[2:])
|
update_md5(sys.argv[2:])
|
||||||
else:
|
else:
|
||||||
main(sys.argv[1:])
|
main(sys.argv[1:])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -62,4 +62,3 @@ formatter = generic
|
|||||||
[formatter_generic]
|
[formatter_generic]
|
||||||
format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
|
format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
|
||||||
datefmt = %H:%M:%S
|
datefmt = %H:%M:%S
|
||||||
|
|
||||||
|
|||||||
@ -36,4 +36,3 @@ app = Application([
|
|||||||
(r"/", MainHandler),
|
(r"/", MainHandler),
|
||||||
(r"/longpoll", LongPollHandler)
|
(r"/longpoll", LongPollHandler)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
@ -443,4 +443,3 @@ def app(environ, start_response):
|
|||||||
return [data]
|
return [data]
|
||||||
else:
|
else:
|
||||||
return wsapp(environ, start_response)
|
return wsapp(environ, start_response)
|
||||||
|
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
|
|
||||||
@ -58,4 +58,3 @@ def test_readline_buffer_loaded_with_size():
|
|||||||
t.eq(body.readline(2), b"\n")
|
t.eq(body.readline(2), b"\n")
|
||||||
t.eq(body.readline(2), b"de")
|
t.eq(body.readline(2), b"de")
|
||||||
t.eq(body.readline(2), b"f")
|
t.eq(body.readline(2), b"f")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user