~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/libcurl/libcurl-errors.3

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on 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.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
Unable to parse FTP file list (during FTP wildcard downloading).
241
241
.IP "CURLE_CHUNK_FAILED (88)"
242
242
Chunk callback reported error.
 
243
.IP "CURLE_NO_CONNECTION_AVAILABLE (89)"
 
244
(For internal use only, will never be returned by libcurl) No connection
 
245
available, the session will be queued. (added in 7.30.0)
243
246
.IP "CURLE_OBSOLETE*"
244
247
These error codes will never be returned. They were used in an old libcurl
245
248
version and are currently unused.