]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove the statement that tornado has only been tested with firefox.
authorBen Darnell <ben@bendarnell.com>
Wed, 1 Sep 2010 22:27:32 +0000 (15:27 -0700)
committerBen Darnell <ben@bendarnell.com>
Wed, 1 Sep 2010 22:27:32 +0000 (15:27 -0700)
website/templates/documentation.txt

index 7b99bec7b87adc955a72082e53e74ab1218a27ef..9f2171e435521b040192af2093a8a75933bc5a9a 100644 (file)
@@ -916,12 +916,9 @@ app built on Tornado.
 
 Caveats and support
 -------------------
-Tornado was refactored from the [FriendFeed](http://friendfeed.com/)
-code base to reduce dependencies. This refactoring may have introduced
-bugs.  Likewise, because the FriendFeed servers have always run
-[behind nginx](#running-tornado-in-production), Tornado has not been
-extensively tested with HTTP/1.1 clients beyond Firefox. Tornado
-currently does not attempt to handle multi-line headers and some types
-of malformed input.
+Because FriendFeed and other large users of Tornado run [behind
+nginx](#running-tornado-in-production) or Apache proxies, Tornado's HTTP
+server currently does not attempt to handle multi-line headers and some
+types of malformed input.
 
 You can discuss Tornado and report bugs on [the Tornado developer mailing list](http://groups.google.com/group/python-tornado).