X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=33d5ed934dc3cfc05117a991be02dc9f1d2cfc6c;hp=8cce85a15c079599f16ea5e800082cbe0db2b215;hb=6de8cd316c938093c3d9e5e07d959daef4768575;hpb=24e2b57dde50a6fe33deee034d34181eece09834 diff --git a/http_send.c b/http_send.c index 8cce85a1..33d5ed93 100644 --- a/http_send.c +++ b/http_send.c @@ -25,8 +25,9 @@ #include "fd.h" #include "chunk_queue.h" +/** Message sent to clients that do not send a valid get request. */ #define HTTP_ERR_MSG "HTTP/1.0 400 Bad Request\n" -/** \endcond */ + /** The possible states of a client from the server's POV. */ enum http_status {