diff ChangeLog @ 181:e196de757ecd noffle

[svn] * src/server.c: Correct error code given when article requested by message ID is not found. Previously the code given (423) was the same as for when an article requested by its number in a group was not found. The docs (and various NNTP servers) say 430 should be returned. Thanks to Alberto Mardegan <amardegan@iol.it> for spotting that.
author bears
date Thu, 10 May 2001 17:00:12 +0100
parents 09ca6eb5c7ff
children a43a528cfbe7
line wrap: on
line diff
--- a/ChangeLog	Wed May 09 12:33:43 2001 +0100
+++ b/ChangeLog	Thu May 10 17:00:12 2001 +0100
@@ -1,3 +1,11 @@
+Thu May 10 2001 Jim Hageu <jim.hague@acm.org>
+
+ * src/server.c: Correct error code given when article requested by
+   message ID is not found. Previously the code given (423) was the same
+   as for when an article requested by its number in a group was not
+   found. The docs (and various NNTP servers) say 430 should be returned.
+   Thanks to Alberto Mardegan <amardegan@iol.it> for spotting that.
+
 Wed May  9 2001 Jim Hague <jim.hague@acm.org>
 
  * TODO,src/client.c,src/client.h,src/fetch.c,src/fetch.h,src/noffle.c: