X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/blobdiff_plain/c0cf4831d489c6271fb0dedc631f3e68756e278e..cd83f80d486588f4c97cf389a26e7f7452d554c0:/Wrt3g/DummyRequest.php 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 *