Home » HTTP » HTTP_Download » Bug #9285
Respond to HTTP HEAD Request
Details
| Request #9285 | Respond to HTTP HEAD Request |
|---|---|
| Submitted | 2006-11-08 23:11 UTC |
| From | jhart at onyxraven dot com |
| Status | Bogus |
| Package | HTTP_Download |
| PHP Version | Irrelevant |
| 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.