Home » HTTP » HTTP_WebDAV_Server » Bug #3849
http_status should be $this->http_status
Details
| Submitted | 2005-03-16 20:02 UTC |
|---|---|
| From | bondu at iowalab dot com |
| Assigned | hholzgra |
| Status | Closed |
| Package | HTTP_WebDAV_Server |
| PHP Version | 4.3.10 |
| OS | Linux |
| 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");