[
https://issues.apache.org/jira/browse/THRIFT-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13842106#comment-13842106
]
Hudson commented on THRIFT-2280:
--------------------------------
FAILURE: Integrated in Thrift #949 (See
[https://builds.apache.org/job/Thrift/949/])
THRIFT-2280 TJSONProtocol.Flush() does not really flush the transport (jensg:
rev ce8d518166a7ab8785d863a6e1bc644c20bdf570)
* lib/go/thrift/json_protocol.go
> TJSONProtocol.Flush() does not really flush the transport
> ---------------------------------------------------------
>
> Key: THRIFT-2280
> URL: https://issues.apache.org/jira/browse/THRIFT-2280
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library
> Affects Versions: 0.9.1
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Fix For: 0.9.2
>
> Attachments: THRIFT-2280-JSON_Flush_does_not_flush_transport.patch
>
>
> The Flush() method of all protocols calls transport.Flush(), except for JSON,
> leading to a failure in some cases (e.g. with HTTP). The service call fails
> with EOF on recvResponse(), because the request has never been sent to the
> server, thus no response.
--
This message was sent by Atlassian JIRA
(v6.1#6144)