--- trunk/http.c 2008/01/30 11:38:43 25 +++ trunk/http.c 2008/09/15 12:52:45 47 @@ -103,7 +103,6 @@ http_addheader( conn, "GET %s HTTP/1.0", lurl ); http_addheader( conn, "Host: %s", conn->host ); } - http_addheader( conn, "User-Agent: %s", USER_AGENT ); if( *conn->auth ) http_addheader( conn, "Authorization: Basic %s", conn->auth ); if( conn->firstbyte )