Alex Ashley 048d703577 curlhttpsrc: set http-version default if curl does not have HTTP2 feature present
If the version of the curl library is recent enough to allow support
for HTTP2 (i.e. CURL_VERSION_HTTP2 is defined) but does not actually
have that feature enabled, the call to
g_object_class_install_property() uses an incorrect default value for
the "http-version" property. The default should be 1.1 if HTTP2 is
not supported by libcurl or if not enabled by libcurl.

https://bugzilla.gnome.org/show_bug.cgi?id=786049
2017-08-09 17:59:31 +03:00
..
2017-07-26 09:52:20 +03:00
2012-11-04 00:09:59 +00:00
2012-11-04 00:09:59 +00:00
2017-07-26 09:52:20 +03:00
2012-11-04 00:09:59 +00:00
2017-07-26 09:52:20 +03:00
2017-07-26 09:52:20 +03:00