fixed message for http code 306

pull/145/head
Lars-Jørgen Kristiansen 11 years ago
parent b8a1c1e163
commit d5e808a495

@ -55,7 +55,7 @@ class Response {
303 => 'See Other', 303 => 'See Other',
304 => 'Not Modified', 304 => 'Not Modified',
305 => 'Use Proxy', 305 => 'Use Proxy',
306 => 'Unused)', 306 => '(Unused)',
307 => 'Temporary Redirect', 307 => 'Temporary Redirect',
308 => 'Permanent Redirect', 308 => 'Permanent Redirect',

Loading…
Cancel
Save