Changeset 537d9b9 for lib/http_client.c
- Timestamp:
- 2016-11-20T08:40:36Z (8 years ago)
- Children:
- 3f44e43
- Parents:
- ba52ac5 (diff), 9f03c47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/http_client.c
rba52ac5 r537d9b9 95 95 request = g_strdup_printf("GET %s HTTP/1.0\r\n" 96 96 "Host: %s\r\n" 97 "User-Agent: BitlBee " BITLBEE_VERSION " " ARCH "/" CPU "\r\n"97 "User-Agent: BitlBee " BITLBEE_VERSION "\r\n" 98 98 "\r\n", url->file, url->host); 99 99
Note: See TracChangeset
for help on using the changeset viewer.