Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.2
-
None
-
Patch Available
Description
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.
Attachments
Issue Links
- depends upon
-
THRIFT-2791 Allowing use of buffered sockets in go server
- Closed