GitHub user lihanharry opened a pull request:
https://github.com/apache/thrift/pull/1515
add connect timeout, support accurate send timeout
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lihanharry/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1515.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 #1515
----
commit 4e5a2aa039f9a3edb33e18411750b74a39b9c454
Author: harry <harry@...>
Date: 2015-12-15T10:10:50Z
update TSocket.php
add conntimeout
support accurate send timeout and write timeout
commit 93affda4d6aefcb88929cd53e2f29cd6287b4d3e
Author: harry <harry@...>
Date: 2015-12-15T10:28:23Z
modify code style
commit 588200508ac14951cc472ea6de34651ae7a202aa
Author: harry <harry@...>
Date: 2015-12-15T11:04:11Z
modify code style
commit 644d7314204baad808220ffffc98ec054032ac48
Author: harry <harry@...>
Date: 2015-12-15T11:06:37Z
modify code style
commit a8a2dbf326c0f35e79378722f2629e6805e57f84
Author: netbit <lihan-163@...>
Date: 2018-03-21T17:55:57Z
rm Thrift/Transport/TSocket.php
commit 565e2982635c03bb33139330e815598927bbc983
Author: netbit <lihan-163@...>
Date: 2018-03-21T17:58:34Z
add conntimeout
support accurate send timeout and write timeout
Please enter the commit message for your changes. Lines starting
commit 82faf6e23caf5477e7cdd8b419f9437598189121
Author: netbit <lihan-163@...>
Date: 2018-03-21T18:10:46Z
modify codestyle
----
---