Hi, I am using C# thrift with the HttpClient, talking to a Java HttpServlet. Java clients work fine, but the performance of my C# clients is awful (like 42ms)
I found that if I changed connection.ProtocolVersion = HttpVersion.Version10; to connection.ProtocolVersion = HttpVersion.Version11; ...the response time drops to 3ms. Anyone else experienced this? Surely this is a bug? Cheers, Simon -- Simon Reavely [email protected]
