aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-16 07:18:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-16 07:18:25 +0000
commita1287ec64fa6a79aa42c151e4379aaab91076e99 (patch)
tree9eb833ef63a3d3cc4e9ddcb1229f27e57d3e125e /docs/TODO
parent5fbfa1bfa8d90edf61dd319ecb05cca0b1438cbb (diff)
added URLs to bug reports
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index 9f6ed77c4..05a134745 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -31,7 +31,7 @@ TODO
* Introduce a new error code indicating authentication problems (for proxy
CONNECT error 407 for example). This cannot be an error code, we must not
return informational stuff as errors, consider a new info returned by
- curl_easy_getinfo() #845941
+ curl_easy_getinfo() http://curl.haxx.se/bug/view.cgi?id=845941
* Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and
SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete.