]> granicus.if.org Git - curl/commit
opts: Warn CURLOPT_TIMEOUT overrides when set after CURLOPT_TIMEOUT_MS
authorJay Satiro <raysatiro@yahoo.com>
Mon, 15 Dec 2014 19:42:21 +0000 (14:42 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Dec 2014 21:24:22 +0000 (22:24 +0100)
commit7b3afc952f28a823f8168fd4400ff0fedd8a6fa3
treee24e33070ef51b21a3b1feef099a92edaf04a36e
parent93227ddca5323880a8f4eeb8fca218f2970b3b8d
opts: Warn CURLOPT_TIMEOUT overrides when set after CURLOPT_TIMEOUT_MS

Change CURLOPT_TIMEOUT doc to warn that if CURLOPT_TIMEOUT and
CURLOPT_TIMEOUT_MS are both set whichever one is set last is the one
that will be used.

Prior to this change that behavior was only noted in the
CURLOPT_TIMEOUT_MS doc.
docs/libcurl/opts/CURLOPT_TIMEOUT.3