From 9d9d5e3b45b0663def97e5b77143cf99eaaec316 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 20 Jul 2005 19:01:56 +0000 Subject: [PATCH] Removed 'host:' for HTML/1.0 SVN revision: 1431 --- src/elog.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/elog.c b/src/elog.c index b00c8849..3c224939 100755 --- a/src/elog.c +++ b/src/elog.c @@ -6,6 +6,9 @@ Contents: Electronic logbook utility $Log$ + Revision 1.26 2005/07/20 19:01:56 ritt + Removed 'host:' for HTML/1.0 + Revision 1.25 2005/03/21 16:16:52 ritt Version 2.8.1-1 @@ -421,7 +424,6 @@ INT retrieve_elog(char *host, int port, char *subdir, char *experiment, sprintf(request + strlen(request), "%s/%d?cmd=download", experiment, message_id); strcat(request, " HTTP/1.0\r\n"); - sprintf(request + strlen(request), "Host: %s\r\n", host_name); sprintf(request + strlen(request), "User-Agent: ELOG\r\n"); first = 1;