mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
fix #1409 FileHandler::getRemoteResource()에서 timeout 설정이 반영되지 않는 문제 고침
This commit is contained in:
parent
ea956ebb9c
commit
a480454664
1 changed files with 1 additions and 2 deletions
|
|
@ -570,9 +570,8 @@ class FileHandler
|
|||
$oRequest->setMethod($method);
|
||||
if($body)
|
||||
$oRequest->setBody($body);
|
||||
|
||||
$oRequest->_timeout = $timeout;
|
||||
}
|
||||
$oRequest->setConfig('timeout', $timeout);
|
||||
|
||||
$oResponse = $oRequest->sendRequest();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue