GitHub user Jens-G opened a pull request:
https://github.com/apache/thrift/pull/260
THRIFT-2813 multiple library fixes/improvements
- TSocket ignores timeout on read()
- TFramedTransport throws Eof after first receive cycle
- TFramedTransport .flush() did not invoke the read callback
- incorrect declaration of logDelegate member variable
- added FlashDevelop project files
- added Haxe files to EXTRA_DIST etc.
- added haxelib.json control file for haxelib.org
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Jens-G/thrift thrift-2813
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/260.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 #260
----
commit b2138d28741c8921392d65f907ec1d3f6973d286
Author: Jens Geyer <[email protected]>
Date: 2014-10-17T23:40:20Z
multiple library fixes/improvements:
- TSocket ignores timeout on read()
- TFramedTransport throws Eof after first receive cycle
- TFramedTransport .flush() did not invoke the read callback
- incorrect declaration of logDelegate member variable
- added FlashDevelop project files
- added Haxe files to EXTRA_DIST etc.
- added haxelib.json control file for haxelib.org
----
---
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.
---