Fix #603: Add note on getting progress indicators to work

This commit is contained in:
Zach Borboa
2019-10-13 22:28:45 -07:00
parent a418962c43
commit 11dbef81fe
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
<?php
require __DIR__ . '/../vendor/autoload.php';
// Note: The server needs to send a content-length header for progress to work.
use \Curl\Curl;
$curl = new Curl();
+2
View File
@@ -1,6 +1,8 @@
<?php
require __DIR__ . '/../vendor/autoload.php';
// Note: The server needs to send a content-length header for progress to work.
use \Curl\Curl;
$curl = new Curl();