Thrift HTTP client optimizations
authorMark Slee <mcslee@apache.org>
Tue, 27 Feb 2007 19:53:38 +0000 (19:53 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 27 Feb 2007 19:53:38 +0000 (19:53 +0000)
commit2a22a88c5761620b41fded977c5d68abff49a12c
tree152f1f3391b0d3db729034c70e1594737ec62233
parent4401814d3a4ea2ef02215073d74e9ec4b946afab
Thrift HTTP client optimizations

Summary: When reading chunked encoding don't always get all the parts right away, return one part at a time so that reading code can deserialize the data on the fly.

Reviewed By: http

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665025 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/transport/THttpClient.cpp
lib/cpp/src/transport/THttpClient.h