]> granicus.if.org Git - curl/commit
TODO: remove CURLOPT_DNS_USE_GLOBAL_CACHE entry
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 29 Nov 2018 11:15:04 +0000 (12:15 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 29 Nov 2018 11:15:04 +0000 (12:15 +0100)
commit436b50f2f7ec8f118a0f84738cbc577fc7141f5a
treef4da84be761fbb7908a97a6b69df24d3894ead62
parentb466560124e53ef95257fd3ccbabca8b153c2269
TODO: remove CURLOPT_DNS_USE_GLOBAL_CACHE entry

Commit 7c5837e79280e6abb3ae143dfc49bca5e74cdd11 deprecated the option
making it a manual code-edit operation to turn it back on. The removal
process has thus started and is now documented in docs/DEPRECATE.md so
remove from the TODO to avoid anyone looking for something to pick up
spend cycles on an already in-progress entry.

Reviewed-by: Daniel Stenberg <daniel@haxx.se>
docs/TODO