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)