]> git.proxmox.com Git - pve-apiclient.git/commit
do not save user-agent ssl_opts in $self
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Nov 2020 14:02:29 +0000 (15:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Nov 2020 14:27:22 +0000 (15:27 +0100)
commit935bbf68badb08c172c7a47a0cce83bd5cbc0950
treed53b4db4917ebdd580b14e8b15b40a889068effc
parent588a2ba6118a04559abf817adae08d886f39dc38
do not save user-agent ssl_opts in $self

one can always get it from the useragent, changing it here would not
do anything anyway, so this also avoids some possible confusion.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/APIClient/LWP.pm