]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: use int type for more port variables
authorJay Satiro <raysatiro@yahoo.com>
Mon, 1 Feb 2021 07:10:07 +0000 (02:10 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 9 Feb 2021 07:53:31 +0000 (02:53 -0500)
commitcb2dc1ba89dbdb3850de8e92907bbbbb9c1903e0
tree4f6d4b8c68d2e64f4dde8d607a542eb4c33a962b
parent65ca2294619f865362332ceddc622db92d0f50a6
lib: use int type for more port variables

This is a follow-up to 764c6bd. Prior to that change port variables
were usually type long.

Closes https://github.com/curl/curl/pull/6553
lib/connect.c
lib/connect.h
lib/http.c
lib/url.c
lib/urldata.h
lib/vquic/ngtcp2.c
tests/unit/unit1607.c
tests/unit/unit1609.c