Home » HTTP » HTTP_Request » Bug #5909
Response headers are stored twice
Details
| Submitted | 2005-11-09 22:31 UTC |
|---|---|
| From | gugglegum at gmail dot com |
| Status | Bogus |
| Package | HTTP_Request |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-11-09 22:31 UTC] gugglegum at gmail dot com
Description:
------------
Response headers are stored usually twice (in original case and in lowercase).
This is cause:
- redundant memory usage;
- duplicate problems when getting all headers (by call getResponseHeader() without arguments)