This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from f62e1b4bf THRIFT-1941: Add PHP serializer regression coverage (#3794)
add 519e1aeac THRIFT-6192: Match HTTP header names in full rather than by
prefix Client: cpp
No new revisions were added by this update.
Summary of changes:
lib/cpp/README.md | 15 ++
lib/cpp/src/thrift/transport/THttpClient.cpp | 2 +-
lib/cpp/src/thrift/transport/THttpServer.cpp | 22 ++-
lib/cpp/src/thrift/transport/THttpTransport.cpp | 30 +++
lib/cpp/src/thrift/transport/THttpTransport.h | 5 +
lib/cpp/src/thrift/transport/TWebSocketServer.h | 25 ++-
lib/cpp/test/CMakeLists.txt | 1 +
lib/cpp/test/Makefile.am | 1 +
lib/cpp/test/THttpHeaderParseTest.cpp | 233 ++++++++++++++++++++++++
9 files changed, 324 insertions(+), 10 deletions(-)
create mode 100644 lib/cpp/test/THttpHeaderParseTest.cpp