PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Download » Bug #9285

Respond to HTTP HEAD Request

Details

Request #9285Respond to HTTP HEAD Request
Submitted2006-11-08 23:11 UTC
Fromjhart at onyxraven dot com
StatusBogus
PackageHTTP_Download
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-11-08 23:11 UTC] jhart at onyxraven dot com

Description:
------------
I'm looking for an extension to HTTP_Download to send headers on a $_SERVER['REQUEST_METHOD'] == 'HEAD', but no data

I'm going to write one, but I thought I would put in a feature request, and someone else, or I can then post the patch.

[2006-11-09 18:48 UTC] jhart at onyxraven dot com

Nevermind. I realize now that the way PHP works, if the request type is HEAD, when the buffer with the headers is sent, script execution is halted. So this mostly takes care of this issue here.