Does tornado's AsyncHTTPClient support HTTP persistent connection (HTTP keep-alive)? If yes, is there any sample code doing that?
I'll appreciate any advice.
Does tornado's AsyncHTTPClient support HTTP persistent connection (HTTP keep-alive)? If yes, is there any sample code doing that?
I'll appreciate any advice.
As of October 2012, Tornado's AsyncHTTPClient does NOT support persistent HTTP connections.
However, there's a pull request to add it.