mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-19 06:12:03 +00:00
Fix #603: Add note on getting progress indicators to work
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user