]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_curl: Add 'followlocation' option to CURLOPT()
authorSean Bright <sean.bright@gmail.com>
Fri, 10 Jan 2020 19:30:20 +0000 (14:30 -0500)
committerSean Bright <sean.bright@gmail.com>
Mon, 13 Jan 2020 14:26:56 +0000 (08:26 -0600)
commit0c2bf1664c0ce47e68e09846fa7bddcfcfa91e22
treee5b6a819e393ee439134fdf15a7091ec7a5c84d0
parent51f811183af2aae626fb7b4b3a7c87a3e4494399
func_curl: Add 'followlocation' option to CURLOPT()

We allow for 'maxredirs' to be set, but this value is ignored when
followlocation is not enabled which, by default, it is not.

ASTERISK-17491 #close
Reported by: candrews

Change-Id: I96a4ab0142f2fb7d2e96ff976f6cf7b2982c761a
doc/CHANGES-staging/func_curl.txt [new file with mode: 0644]
funcs/func_curl.c