Skip to content

Commit 330416d

Browse files
committed
Add TODO
1 parent 479ccf8 commit 330416d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/Collector/HttpStreamCollector.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ public function startup(): void
2323
{
2424
$this->isActive = true;
2525
HttpStreamProxy::register();
26-
//stream_context_set_default([
27-
// 'http' => [
28-
// 'proxy' => 'yii-debug-http://127.0.0.1',
29-
// ],
30-
//]);
26+
// TODO: add cURL support, maybe through proxy?
27+
// https://github.com/php/php-src/issues/10509
3128
//stream_context_set_default([
3229
// 'http' => [
3330
// 'proxy' => 'yii-debug-http://127.0.0.1',

0 commit comments

Comments
 (0)