]> 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:25:03 +0000 (08:25 -0600)
commit53967ebd0f967ac2b10a5e61e8038bfa00de8e32
tree0bb9c7228d41c968c515ce6d05434327c6dd479f
parent3e446508b478ab64ff3d507b53ab346ca5179ed3
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