From af698b2fdac9df8b6eac362b4d857ea80e1a81e5 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 16 Nov 2012 14:41:02 +1300 Subject: :u belongs on Request not Response --- libpathod/language.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpathod/language.py') diff --git a/libpathod/language.py b/libpathod/language.py index 30788569..6aae7dc7 100644 --- a/libpathod/language.py +++ b/libpathod/language.py @@ -846,7 +846,6 @@ class Response(_Message): InjectAt, ShortcutContentType, ShortcutLocation, - ShortcutUserAgent, Raw, Reason ) @@ -893,6 +892,7 @@ class Request(_Message): DisconnectAt, InjectAt, ShortcutContentType, + ShortcutUserAgent, Raw ) logattrs = ["method", "path", "body"] -- cgit v1.2.3