Home » HTTP » HTTP_WebDAV_Server » Bug #2464
Missing return in http_GET()
Details
| Submitted | 2004-10-05 16:27 UTC |
|---|---|
| From | pear dot php dot net at chsc dot dk |
| Assigned | hholzgra |
| Status | Closed |
| Package | HTTP_WebDAV_Server |
| PHP Version | 5.0.2 |
| OS | Linux |
| Roadmaps | 1.0 |
Comments
[2004-10-05 16:27 UTC] pear dot php dot net at chsc dot dk
Description:
------------
In http_GET() after the echo statement in line 893, there seems to be missing a return statement. Otherwise I get a warning about headers already being sent when the code reaches the $this->http_status() call further down in http_GET().