This commit is contained in:
Casey 2009-09-10 10:38:08 -07:00
parent 71a44bc082
commit e4d56d9183
1 changed files with 5 additions and 5 deletions

View File

@ -856,11 +856,11 @@ 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
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 HTTP/1.1 clients beyond Firefox. Tornado currently
does not attempt to handle multi-line headers and some types of malformed
input.
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.
You can discuss Tornado and report bugs on [the Tornado developer mailing list](http://groups.google.com/group/python-tornado).