--- freeciv-1.8.0/client/clinet.c Wed Mar 3 15:12:14 1999 +++ clinet.c Sun Apr 11 14:58:34 1999 @@ -207,7 +207,7 @@ } f=fdopen(s,"r+"); - fputs("GET /~lancelot/freeciv.html\r\n\r\n",f); fflush(f); + fputs("GET /~lancelot/freeciv.html HTTP/1.0\r\n\r\n",f); fflush(f); #define NEXT_FIELD p=strstr(p,""); if(p==NULL) continue; p+=4; #define END_FIELD p=strstr(p,""); if(p==NULL) continue; *p++='\0';