[
https://issues.apache.org/jira/browse/THRIFT-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205698#comment-14205698
]
Hudson commented on THRIFT-2812:
--------------------------------
SUCCESS: Integrated in Thrift #1344 (See
[https://builds.apache.org/job/Thrift/1344/])
THRIFT-2812 Go server adding redundant buffering layer (jensg: rev
6794c624854e86fa9b73f36cac70b583a3629d02)
* lib/go/thrift/server_socket.go
> Go server adding redundant buffering layer
> ------------------------------------------
>
> Key: THRIFT-2812
> URL: https://issues.apache.org/jira/browse/THRIFT-2812
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library
> Affects Versions: 0.9.2
> Reporter: Stephen Marbowitz
> Assignee: Jens Geyer
> Fix For: 0.9.3
>
>
> THRIFT-2791 incorrectly assumed there was no way to do buffered sockets on
> the server. The solution is to simply use a TBufferedTransportFActory and
> give it to the server at creation time. Can we please revert that patch? Any
> code that was previously using buffered server sockets now has an extra layer
> of buffering. I consider this a breaking change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)