mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
souphttpsrc: proxy resolver is on by default
Remove from the session creation parameters
This commit is contained in:
parent
9b52a5b9af
commit
075a6260fd
1 changed files with 0 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue