diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-16 19:01:37 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-16 19:01:37 +0100 |
| commit | cd83f80d486588f4c97cf389a26e7f7452d554c0 (patch) | |
| tree | 986d4f6f2c52fa98f97c5d2e1fe016dab848da13 /Wrt3g/DummyRequest.php | |
| parent | c0cf4831d489c6271fb0dedc631f3e68756e278e (diff) | |
| download | linksys-wrt3g-tools-cd83f80d486588f4c97cf389a26e7f7452d554c0.tar.gz linksys-wrt3g-tools-cd83f80d486588f4c97cf389a26e7f7452d554c0.zip | |
update docblock
Diffstat (limited to 'Wrt3g/DummyRequest.php')
| -rw-r--r-- | Wrt3g/DummyRequest.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Wrt3g/DummyRequest.php b/Wrt3g/DummyRequest.php index e099736..5a748af 100644 --- a/Wrt3g/DummyRequest.php +++ b/Wrt3g/DummyRequest.php @@ -33,7 +33,10 @@ class Wrt3g_DummyRequest extends HTTP_Request2 /** - * Sends the request and returns the response + * Sends the request and returns the response. + * When the host is three-letter numeric string, it + * is used as HTTP response status code. No "proper" content + * is returned in that case. * * @return HTTP_Request2_Response * |
