PEAR is archived and read-only

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

Home » HTTP » HTTP_WebDAV_Server » Bug #2464

Missing return in http_GET()

Details

Submitted2004-10-05 16:27 UTC
Frompear dot php dot net at chsc dot dk
Assignedhholzgra
StatusClosed
PackageHTTP_WebDAV_Server
PHP Version5.0.2
OSLinux
Roadmaps1.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().