Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 2180287

Browse files
author
Greg Heitz
committed
Fix regression in __pingProxy
1 parent 36600fe commit 2180287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BrowserMob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function _initialize()
8383
protected static function __pingProxy($host)
8484
{
8585
try {
86-
$response = Requests::get('http://'.$url.'/proxy/');
86+
$response = Requests::get('http://'.$host.'/proxy/');
8787
} catch (\Exception $e) {
8888
throw new ModuleException(__CLASS__, $e->getMessage());
8989
}

0 commit comments

Comments
 (0)