You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2017/11/17 19:58:00 UTC

[jira] [Commented] (THRIFT-3877) C++: library don't work with HTTP.

    [ https://issues.apache.org/jira/browse/THRIFT-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257487#comment-16257487 ] 

James E. King, III commented on THRIFT-3877:
--------------------------------------------

I'm raising the priority of this issue because there are 39 disabled cross-language tests with "cpp" and "http" in the test name, which indicates that this is fundamentally broken.  From a cursory analysis it looks like tests work well up to the "oneway" test.  Once the server receives "oneway" the client sends an i32(-1) and the client and server hang (this would be cpp-cpp http-ip or http-domain).  This represents over 16% of the known test failures in the cross test suite.

> C++: library don't work with HTTP.
> ----------------------------------
>
>                 Key: THRIFT-3877
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3877
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9.3, 0.10.0
>         Environment: Windows 7, Visual Studio 2013 (C#), Qt 5.7 (MSVC 12).
> Thrift from git repo, SHA-1: 5a3f855b4e6882184f13c698855c877241144a12 (master)
>            Reporter: Sergey Fasman
>            Priority: Critical
>
> 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).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)