On 7 June 2011 09:24, Pete Ford wrote:
> On 06/06/11 21:07, Richard Quadling wrote:
>>
>> On 6 June 2011 13:55, Pete Ford wrote:
>>>
>>> Is there something on the Apache/PHP end that might be causing this
>>> blocking? (Apache 2.2.10, PHP 5.2.14)
>>
>> The browser and / or OS may be obeying the s
On 06/06/11 21:07, Richard Quadling wrote:
On 6 June 2011 13:55, Pete Ford wrote:
Is there something on the Apache/PHP end that might be causing this
blocking? (Apache 2.2.10, PHP 5.2.14)
The browser and / or OS may be obeying the settings about the number
of simultaneous connections per host
On 6 June 2011 13:55, Pete Ford wrote:
> Is there something on the Apache/PHP end that might be causing this
> blocking? (Apache 2.2.10, PHP 5.2.14)
The browser and / or OS may be obeying the settings about the number
of simultaneous connections per host.
http://support.microsoft.com/kb/183110 /
I have a file download 'guardian' page which does something like this:
$size = filesize($path);
$fi = @finfo_file($path, FILEINFO_MIME_TYPE);
@header('Content-type: ' . $fi);
@header('Content-Length: ' . $size);
@readfile($path);
exit;
($path is derived from parameters in the request, including
4 matches
Mail list logo