X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http.h;h=112053b65791fabaed869dc7f04ca700eb9c3cb1;hp=5708c7b089559e4299f19f2a1e8fb9e60703ff8f;hb=cd4b294da6f6802d9918c8fe5bcecb8a2a2363c3;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/http.h b/http.h index 5708c7b0..112053b6 100644 --- a/http.h +++ b/http.h @@ -1,3 +1,7 @@ /** \file http.h macros used by http_send and http_recv */ + +/** sent by the http sender to the client */ #define HTTP_OK_MSG "HTTP/1.0 200 OK\r\n\r\n" -#define HTTP_GET_MSG "GET / HTTP/1.0" + +/** sent by the connecting http client (http_recv, xmms, ...) */ +#define HTTP_GET_MSG "GET / HTTP/"