~ubuntu-branches/ubuntu/quantal/curl/quantal-proposed

« back to all changes in this revision

Viewing changes to docs/INTERNALS

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-08-20 13:54:01 UTC
  • mfrom: (3.4.30 sid)
  • Revision ID: package-import@ubuntu.com-20120820135401-5845kg6puoh2jcnh
Tags: 7.27.0-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
 done" loop. It loops if there's a Location: to follow.
221
221
 
222
222
 When completed, the curl_easy_cleanup() should be called to free up used
223
 
 resources. It runs Curl_disconnect() on all open connectons.
 
223
 resources. It runs Curl_disconnect() on all open connections.
224
224
 
225
225
 A quick roundup on internal function sequences (many of these call
226
226
 protocol-specific function-pointers):