[
https://issues.apache.org/jira/browse/THRIFT-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603537#comment-14603537
]
Hudson commented on THRIFT-3205:
--------------------------------
SUCCESS: Integrated in Thrift #1584 (See
[https://builds.apache.org/job/Thrift/1584/])
THRIFT-3205 TCompactProtocol return a wrong error when the io.EOF happens
(jensg: rev 3f2e7101523bd326577e564c3d154a22082456e7)
* lib/go/thrift/compact_protocol.go
> TCompactProtocol return a wrong error when the io.EOF happens
> -------------------------------------------------------------
>
> Key: THRIFT-3205
> URL: https://issues.apache.org/jira/browse/THRIFT-3205
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library
> Affects Versions: 0.9.2
> Reporter: Jing Wang
> Assignee: Jing Wang
> Fix For: 0.9.3
>
>
> When Transport return a io error, TCompactProtocol.ReadMessageBegin method
> will not process these error firstly, and cause the protocol returned a wrong
> error:
> fmt.Errorf("Expected protocol id %02x but got %02x",
> COMPACT_PROTOCOL_ID, protocolId)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)