~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to lib/hostip.h

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-04-23 07:12:57 UTC
  • mfrom: (1.2.11 upstream)
  • mto: (3.4.34 sid)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110423071257-mgxho7k3c0si8y40
Tags: 7.21.6-1
New upstream release to fix a HTTPS over a HTTP proxy bug on 7.21.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
 * Curl_addrinfo_callback() is used when we build with any asynch specialty.
187
187
 * Handles end of async request processing. Inserts ai into hostcache when
188
188
 * status is CURL_ASYNC_SUCCESS. Twiddles fields in conn to indicate async
189
 
 * request completed wether successfull or failed.
 
189
 * request completed wether successful or failed.
190
190
 */
191
191
CURLcode Curl_addrinfo_callback(struct connectdata *conn,
192
192
                                int status,