Better reply

This commit is contained in:
Roland Hedberg
2010-10-13 16:25:24 +02:00
parent d0b1b4a808
commit d8b76d1ce5

View File

@@ -93,7 +93,7 @@ def http_redirect_message(message, location, relay_state=""):
login_url = "?".join([location, urllib.urlencode(args)])
headers = [('Location', login_url)]
body = []
body = [""]
return (headers, body)