summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils_videotl.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-17 17:03:48 +0200
committerRobin Gareus <robin@gareus.org>2016-07-17 17:03:48 +0200
commit9c2682d6f177c485bdc5827bc1d887387ab75aeb (patch)
treec3e0a6feebe32f8dbe88e5c541eb4a426ca3f891 /gtk2_ardour/utils_videotl.cc
parent3458844878baeff66246a6611b6ba227e8a4f77c (diff)
quick hack to test SSL in bundles
this needs to be reverted, and we need a proper curl wrapper, shared by video-timeline AND freesound moocher
Diffstat (limited to 'gtk2_ardour/utils_videotl.cc')
-rw-r--r--gtk2_ardour/utils_videotl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/utils_videotl.cc b/gtk2_ardour/utils_videotl.cc
index 2d859b692a..0a521a1935 100644
--- a/gtk2_ardour/utils_videotl.cc
+++ b/gtk2_ardour/utils_videotl.cc
@@ -337,8 +337,7 @@ extern "C" {
struct A3MemoryStruct chunk;
long int httpstatus;
if (status) *status = 0;
- //Glib::usleep(500000); return NULL; // TEST & DEBUG
- if (strncmp("http://", u, 7)) return NULL;
+ if (strncmp("http://", u, 7) && strncmp("https://", u, 8)) return NULL;
chunk.data=NULL;
chunk.size=0;