summaryrefslogtreecommitdiff
path: root/plugins/vfs_curl/vfs_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vfs_curl/vfs_curl.c')
-rw-r--r--plugins/vfs_curl/vfs_curl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/vfs_curl/vfs_curl.c b/plugins/vfs_curl/vfs_curl.c
index 46bc231a..5a2d4ddd 100644
--- a/plugins/vfs_curl/vfs_curl.c
+++ b/plugins/vfs_curl/vfs_curl.c
@@ -247,9 +247,9 @@ http_curl_write (void *ptr, size_t size, size_t nmemb, void *stream) {
trace ("vfs_curl STATUS_ABORTED at start of packet\n");
return 0;
}
- if (fp->gotsomeheader) {
- fp->gotheader = 1;
- }
+// if (fp->gotsomeheader) {
+// fp->gotheader = 1;
+// }
if (!fp->gotheader) {
// check if that's ICY
if (!fp->icyheader && avail >= 10 && !memcmp (ptr, "ICY 200 OK", 10)) {