souphttpsrc: proxy resolver is on by default
authorThiago Santos <thiagoss@osg.samsung.com>
Sat, 14 May 2016 15:43:54 +0000 (12:43 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Sun, 15 May 2016 09:36:25 +0000 (06:36 -0300)
Remove from the session creation parameters

ext/soup/gstsouphttpsrc.c

index 75707cb..ba00c43 100644 (file)
@@ -910,7 +910,6 @@ gst_soup_http_src_session_open (GstSoupHTTPSrc * src)
           soup_session_new_with_options (SOUP_SESSION_USER_AGENT,
           src->user_agent, SOUP_SESSION_TIMEOUT, src->timeout,
           SOUP_SESSION_SSL_STRICT, src->ssl_strict,
-          SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_PROXY_RESOLVER_DEFAULT,
           SOUP_SESSION_TLS_INTERACTION, src->tls_interaction, NULL);
     } else {
       src->session =