GoLang EventHttpConnection::setRetries

request it (250)
GoLang replacement for PHP's EventHttpConnection::setRetries [edit | history]



Do you know a GoLang replacement for PHP's EventHttpConnection::setRetries? Write it!

PHP EventHttpConnection::setRetries

PHP original manual for EventHttpConnection::setRetries [ show | php.net ]

EventHttpConnection::setRetries

(PECL event >= 1.2.6-beta)

EventHttpConnection::setRetriesSets the retry limit for the connection

Description

public void EventHttpConnection::setRetries ( int $retries )

Sets the retry limit for the connection

Parameters

retries

The retry limit. -1 means infinity.

Return Values

No value is returned.