From: Ben Darnell Date: Wed, 1 Sep 2010 22:27:32 +0000 (-0700) Subject: Remove the statement that tornado has only been tested with firefox. X-Git-Tag: v1.1.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b58414e0b0b239d620e4ae623680c8d73b71d8;p=thirdparty%2Ftornado.git Remove the statement that tornado has only been tested with firefox. --- diff --git a/website/templates/documentation.txt b/website/templates/documentation.txt index 7b99bec7b..9f2171e43 100644 --- a/website/templates/documentation.txt +++ b/website/templates/documentation.txt @@ -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).