[tor-commits] [onionoo/master] Mention 404 response code in the spec.

karsten at torproject.org karsten at torproject.org
Wed Jun 18 18:09:09 UTC 2014


commit bffe27b3a2d74ed37e035409b7b2e0000629b042
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jun 18 20:07:48 2014 +0200

    Mention 404 response code in the spec.
    
    Spotted by lucyd.
---
 web/protocol.html |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/web/protocol.html b/web/protocol.html
index 9972f4c..1ffaf04 100644
--- a/web/protocol.html
+++ b/web/protocol.html
@@ -82,14 +82,22 @@ Server data has not changed since the
 <li>
 <b>400 Bad Request</b>
 <p>
-The request could not be processed either
-because the requested resource could not be found or because of bad
+The request for a known resource could not be processed because of bad
 syntax.
 This is most likely a client problem.
 </p>
 </li>
 
 <li>
+<b>404 Not Available</b>
+<p>
+The request could not be processed because the requested resource could
+not be found.
+This is most likely a client problem.
+</p>
+</li>
+
+<li>
 <b>500 Internal Server Error</b>
 <p>
 There is an unspecific problem with



More information about the tor-commits mailing list