]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: move 'followlocation' to UrlState
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Feb 2021 22:00:21 +0000 (23:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Feb 2021 07:22:45 +0000 (08:22 +0100)
commitf1e5e498796d3f71e3c22e9406796e9ab6c82d1f
tree53d10bb45f71b1895eddccd2b14454d6f6fa3478
parent13d8a5640859c2d2c99f255c27bb79e86edbef27
urldata: move 'followlocation' to UrlState

As this is a state variable it does not belong in UserDefined which is
used to store values set by the user.

Closes #6582
lib/getinfo.c
lib/transfer.c
lib/urldata.h