mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
THRIFT-4354: fix php socket blocking behavior
Patch: Robert Lu <robberphex@gmail.com> Client: php This closes #1384
This commit is contained in:
parent
78755f5297
commit
14991f9041
@ -138,6 +138,7 @@ class TSocket extends TTransport
|
||||
public function setHandle($handle)
|
||||
{
|
||||
$this->handle_ = $handle;
|
||||
stream_set_blocking($this->handle_, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user