aboutsummaryrefslogtreecommitdiff
path: root/Wrt3g/DummyRequest.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-12-16 19:01:37 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-12-16 19:01:37 +0100
commitcd83f80d486588f4c97cf389a26e7f7452d554c0 (patch)
tree986d4f6f2c52fa98f97c5d2e1fe016dab848da13 /Wrt3g/DummyRequest.php
parentc0cf4831d489c6271fb0dedc631f3e68756e278e (diff)
downloadlinksys-wrt3g-tools-cd83f80d486588f4c97cf389a26e7f7452d554c0.tar.gz
linksys-wrt3g-tools-cd83f80d486588f4c97cf389a26e7f7452d554c0.zip
update docblock
Diffstat (limited to 'Wrt3g/DummyRequest.php')
-rw-r--r--Wrt3g/DummyRequest.php5
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
*