Skip to content

Commit 3654d0d

Browse files
committed
Remove timeout in examples
1 parent f46242c commit 3654d0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/ext-soap-transport.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
$engine = new SimpleEngine(
1313
ExtSoapDriver::createFromClient(
1414
$client = AbusedClient::createFromOptions(
15-
ExtSoapOptions::defaults('http://www.dneonline.com/calculator.asmx?wsdl', [
16-
'connection_timeout' => 0,
17-
])
15+
ExtSoapOptions::defaults('http://www.dneonline.com/calculator.asmx?wsdl', [])
16+
->disableWsdlCache()
1817
)
1918
),
2019
$transport = new TraceableTransport(

0 commit comments

Comments
 (0)