Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 814209
Collapse All | Expand All

(-)streamripper-1.64.6/lib/http.c.orig (-1 / +1 lines)
Lines 228-234 Link Here
228
228
229
    /* This is the header suggested Florian Stoehr */
229
    /* This is the header suggested Florian Stoehr */
230
    snprintf(buffer, MAX_HEADER_LEN + MAX_HOST_LEN + SR_MAX_PATH,
230
    snprintf(buffer, MAX_HEADER_LEN + MAX_HOST_LEN + SR_MAX_PATH,
231
	     "GET %s HTTP/1.1\r\n"
231
	     "GET %s HTTP/1.0\r\n"
232
	     "Accept: */*\r\n"
232
	     "Accept: */*\r\n"
233
	     "Cache-Control: no-cache\r\n"
233
	     "Cache-Control: no-cache\r\n"
234
	     "User-Agent: %s\r\n"
234
	     "User-Agent: %s\r\n"

Return to bug 814209