From 618bc873d8d8c22b8e8a404d6ac43ed2038722c1 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 31 Jan 2011 10:00:23 +0100 Subject: [PATCH] typo. --- gunicorn/http/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/http/wsgi.py b/gunicorn/http/wsgi.py index 0302eed3..af83509d 100644 --- a/gunicorn/http/wsgi.py +++ b/gunicorn/http/wsgi.py @@ -84,7 +84,7 @@ def create(req, sock, client, server, cfg): elif ":" in forward: host = forward.split(":")[0].lower() else: - host = fowerd + host = forward forward = forward.split(']')[-1] if ":" in forward: