]> granicus.if.org Git - curl/commit
doc: use meaningless port number in CURLOPT_LOCALPORT example
authorJohn Marshall <John.W.Marshall@glasgow.ac.uk>
Thu, 31 Jan 2019 11:52:51 +0000 (11:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 31 Jan 2019 12:54:59 +0000 (13:54 +0100)
commit427fa512be481b21c4d57b27127766fa26f70d6a
tree971ebe93c030d4d858f5fe672f0aa58bf21a2465
parent06f744d447af6648a00f0571116b5b901854abc4
doc: use meaningless port number in CURLOPT_LOCALPORT example

Use an ephemeral port number here; previously the example had 8080
which could be confusing as the common web server port number might
be misinterpreted as suggesting this option affects the remote port.

URL: https://curl.haxx.se/mail/lib-2019-01/0084.html
Closes #3513
docs/libcurl/opts/CURLOPT_LOCALPORT.3
docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3