Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Apr 2005 19:41:04 +0000 (19:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Apr 2005 19:41:04 +0000 (19:41 +0000)
commit63d109f7be8ddd027c86355dd09d02189b731a46
tree42ee3aeb062c4a2de48fa534b6e2ff19aeea902a
parentc904b6b5bf6c6e980480e63cd066dc2ae2aace23
Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still
used the default port. He was right. I fixed the problem and added the test
cases 521, 522 and 523 to verify the fix.
CHANGES
lib/url.c
tests/data/Makefile.am
tests/data/test521 [new file with mode: 0644]
tests/data/test522 [new file with mode: 0644]
tests/libtest/Makefile.am
tests/libtest/lib521.c [new file with mode: 0644]
tests/libtest/lib523.c [new file with mode: 0644]