Tornado curl_httpclient 'reset' connection
问题 I have a tornado application that makes requests to an http server using curl_httpclient. Every once in a while, all calls to the server returns incorrect results. In other words, the http responses are still fine, but the contents returned by the server becomes incorrect. I find I can get around this problem by terminating and restarting my process, which seems to mean that if I make a new TCP connection to the server and send new requests, things will be fine. Now my problem is how to make