GitHub user SargisYonan opened a pull request:
https://github.com/apache/thrift/pull/956
Sargis/rdr 812/t socket patch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Kamama/thrift Sargis/rdr-812/TSocket-Patch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/956.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #956
----
commit 591e20f9636c37527a70dc03598218c3468a0eff
Author: jfarrell <[email protected]>
Date: 2014-11-05T02:12:20Z
Thrift-2600: 0.9.2 release
client: release
patch: jfarrell
Versioning for 0.9.2 release rc1.
commit 143ae5bac48b13bea27b31a864a643d3118468c3
Author: Joe (Yu) Zhou <[email protected]>
Date: 2016-01-28T23:52:32Z
Prepend header guard with namespace names so it's unique
Reviewed-by: @rcc
commit 8dbe8de8c29ac236c362a5e1b8fa4247982fc7f2
Author: Ryan Du Bois <[email protected]>
Date: 2016-02-05T02:17:31Z
Remove SO_LINGER usage from TSocket.cpp
SO_LINGER breaks one-ways in that the call to close() that presumably will
occur immediately after calling the RPC will potentially discard some data
remaining in the socket's in-kernel TCP send-queue.
Verified that Python, Cocoa, and Java TSockets do not set this sockopt.
Signed-off-by: @rcc
commit e8eff166cd9898f5895bb71912e4b960796ab426
Author: Ryan Du Bois <[email protected]>
Date: 2016-02-05T02:37:03Z
Merge pull request #2 from Kamama/rdub/so-linger
Remove SO_LINGER usage from TSocket.cpp
commit 969e2f89d9539a327d7de78fd4b4b83d54ec6c56
Author: peterossi <[email protected]>
Date: 2016-02-13T02:30:33Z
Add stop method to TSocketServer
We need to be able to stop a TSocketServer
and close its connections when we enter the
background on iOS
commit be1a4f524fb8b87faad959140761addfac3797ee
Author: peterossi <[email protected]>
Date: 2016-02-15T18:53:43Z
Merge pull request #4 from Kamama/pete/socket_server
Add stop method to TSocketServer
commit 39f964bf4466e13af97292862179a960f90ea546
Author: Sargis Yonan <[email protected]>
Date: 2016-03-18T23:42:56Z
patches from the Apache repo to support future use of xpd
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---