tproxy
2011 (c) Benoît Chesneau <benoitc@e-engura.org>

tproxy is released under the MIT license. See the LICENSE
file for the complete license.


Some code from Gunicorn project:
--------------------------------

2009,2010 (c) Benoît Chesneau <benoitc@e-engura.org>
2009,2010 (c) Paul J. Davis <paul.joseph.davis@gmail.com>

gunicorn/arbiter.py
gunicorn/config.py
gunicorn/pidfile.py
gunicorn/workertmp.py

backports from python 2.7/3.x
-----------------------------
tools.import_module


gunicorn/_sendfile.py 
---------------------

based on gunicorn/sendfile.py refactored
