[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [onionoo/master] Mention 404 response code in the spec.
commit bffe27b3a2d74ed37e035409b7b2e0000629b042
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits