]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release notes for 302/303 change.
authorBen Darnell <ben@bendarnell.com>
Thu, 1 Nov 2012 17:23:27 +0000 (10:23 -0700)
committerBen Darnell <ben@bendarnell.com>
Thu, 1 Nov 2012 17:23:27 +0000 (10:23 -0700)
website/sphinx/releases/next.rst

index bb62777bfc03e71d3ababfba3e0a44f36c38a676..391c90aeb5569170a95eb4caa979b7a19a47f66c 100644 (file)
@@ -152,3 +152,7 @@ In progress
   `TornadoReactor`, which bridges the gap in the other direction).
 * `AsyncHTTPTestCase` no longer calls `AsyncHTTPClient.close` for tests
   that use the singletion `IOLoop.instance`.
+* When following redirects, `SimpleAsyncHTTPClient` now treats a 302
+  response code the same as a 303.  This is contrary to the HTTP spec
+  but consistent with all browsers and other major HTTP clients
+  (including `CurlAsyncHTTPClient`).