added URLs to bug reports

This commit is contained in:
Daniel Stenberg 2005-09-16 07:18:25 +00:00
parent 5fbfa1bfa8
commit a1287ec64f
2 changed files with 24 additions and 20 deletions

View file

@ -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.