Skip to content

Commit 5a303a3

Browse files
author
Eric Urban
committed
keep_alive for issue 137
1 parent 48b8ab1 commit 5a303a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Auth/ServiceClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ private function RefreshServiceProxy()
238238
'trace' => TRUE,
239239
'exceptions' => TRUE,
240240
'features' => SOAP_SINGLE_ELEMENT_ARRAYS,
241-
// Disable keep-alive to avoid 'Process open FD table is full'
242-
'keep-alive' => FALSE,
241+
// Disable keep_alive to avoid 'Process open FD table is full'
242+
'keep_alive' => FALSE,
243243
'user_agent' => 'BingAdsSDKPHP ' . '13.0.1 ' . PHP_VERSION,
244244

245245
/**

0 commit comments

Comments
 (0)