X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http.h;h=2542cdc113bb6f19c63d3ce36eacaf274ba03719;hp=5708c7b089559e4299f19f2a1e8fb9e60703ff8f;hb=f6c929d9e580bb1f2666236b16de1e3fe73878d3;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/http.h b/http.h index 5708c7b0..2542cdc1 100644 --- a/http.h +++ b/http.h @@ -1,3 +1,3 @@ /** \file http.h macros used by http_send and http_recv */ #define HTTP_OK_MSG "HTTP/1.0 200 OK\r\n\r\n" -#define HTTP_GET_MSG "GET / HTTP/1.0" +#define HTTP_GET_MSG "GET / HTTP/"