From 1b5ab3608488e0cbbc75933a59af1fa7e2ff60b0 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 18 May 2006 19:05:28 +0200 Subject: User-Agent: header. --- protocols/http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/http_client.c b/protocols/http_client.c index ead6eb09..5db31782 100644 --- a/protocols/http_client.c +++ b/protocols/http_client.c @@ -90,7 +90,7 @@ void *http_dorequest_url( char *url_string, http_input_function func, gpointer d request = g_strdup_printf( "GET %s HTTP/1.0\r\n" "Host: %s\r\n" - "User-Agent: BitlBee " BITLBEE_VERSION "\r\n" + "User-Agent: BitlBee " BITLBEE_VERSION " " ARCH "/" CPU "\r\n" "\r\n", url->file, url->host ); ret = http_dorequest( url->host, url->port, -- cgit v1.2.3