-
Type:
Bug
-
Status: Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 0.9.3, 0.10.0
-
Fix Version/s: None
-
Component/s: C++ - Library
-
Labels:None
-
Environment:
Windows 7, Visual Studio 2013 (C#), Qt 5.7 (MSVC 12).
Thrift from git repo, SHA-1: 5a3f855b4e6882184f13c698855c877241144a12 (master)
-
Flags:Important
Client on C++.
Tested on C# HTTP server and client — work ideal.
Then create client on C++. Client after request starts infinitly wait for data.
For example, JSON protocol read data symbol by symbol, when trying read: it always try to call recv function (even all data already received).
- incorporates
-
THRIFT-4798 Fix python THttpServer to honor correct oneway reply semantics
-
- Closed
-
- links to