Mercurial > noffle
comparison 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 |
comparison
equal
deleted
inserted
replaced
180:09ca6eb5c7ff | 181:e196de757ecd |
---|---|
1 Thu May 10 2001 Jim Hageu <jim.hague@acm.org> | |
2 | |
3 * src/server.c: Correct error code given when article requested by | |
4 message ID is not found. Previously the code given (423) was the same | |
5 as for when an article requested by its number in a group was not | |
6 found. The docs (and various NNTP servers) say 430 should be returned. | |
7 Thanks to Alberto Mardegan <amardegan@iol.it> for spotting that. | |
8 | |
1 Wed May 9 2001 Jim Hague <jim.hague@acm.org> | 9 Wed May 9 2001 Jim Hague <jim.hague@acm.org> |
2 | 10 |
3 * TODO,src/client.c,src/client.h,src/fetch.c,src/fetch.h,src/noffle.c: | 11 * TODO,src/client.c,src/client.h,src/fetch.c,src/fetch.h,src/noffle.c: |
4 Improve error checking during fetches. A fetch is now aborted immediately | 12 Improve error checking during fetches. A fetch is now aborted immediately |
5 if the connection times out or if an unexpected response arrives. | 13 if the connection times out or if an unexpected response arrives. |