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 #3849

http_status should be $this->http_status

Details

Submitted2005-03-16 20:02 UTC
Frombondu at iowalab dot com
Assignedhholzgra
StatusClosed
PackageHTTP_WebDAV_Server
PHP Version4.3.10
OSLinux
Roadmaps(Not assigned)

Comments

[2005-03-16 20:02 UTC] bondu at iowalab dot com

Description:
------------
In http_GET(), all calls to http_status() should be $this->http_status().

Server.php,v 1.25

Reproduce code:
---------------
828 - http_status("416 Requested range not satisfiable");
834 - http_status("206 partial");
841 - http_status("206 partial");
844 - http_status("206 partial");