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 2019/02/11 22:46:00 UTC

[jira] [Created] (THRIFT-4798) Fix python THttpServer to honor correct oneway reply semantics

James E. King III created THRIFT-4798:
-----------------------------------------

             Summary: Fix python THttpServer to honor correct oneway reply semantics
                 Key: THRIFT-4798
                 URL: https://issues.apache.org/jira/browse/THRIFT-4798
             Project: Thrift
          Issue Type: Bug
          Components: Python - Library
    Affects Versions: 0.12.0
            Reporter: James E. King III


The THttpServer class holds the transport level reply until the RPC is complete.  This is acceptable for roundtrip requests, but not for oneway requests.  With a oneway request the HTTP transport should immediately respond with a simple OK response.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)