We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479ccf8 commit 330416dCopy full SHA for 330416d
1 file changed
src/Collector/HttpStreamCollector.php
@@ -23,11 +23,8 @@ public function startup(): void
23
{
24
$this->isActive = true;
25
HttpStreamProxy::register();
26
- //stream_context_set_default([
27
- // 'http' => [
28
- // 'proxy' => 'yii-debug-http://127.0.0.1',
29
- // ],
30
- //]);
+ // TODO: add cURL support, maybe through proxy?
+ // https://github.com/php/php-src/issues/10509
31
//stream_context_set_default([
32
// 'http' => [
33
// 'proxy' => 'yii-debug-http://127.0.0.1',
0 commit comments