~ubuntu-branches/ubuntu/wily/curl/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2014-11-10 08:48:21 UTC
  • mfrom: (3.4.52 sid)
  • Revision ID: package-import@ubuntu.com-20141110084821-inwi9tek417xe4te
Tags: 7.38.0-3ubuntu1
* Merge from 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.
* Dropped patches:
  - debian/patches/09_fix-timeout-in-poll-and-wait.patch: upstream
  - debian/patches/CVE-2014-3613.patch: upstream
  - debian/patches/CVE-2014-3620.patch: upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
fails to parse that line, this return code is passed back.
84
84
.IP "CURLE_FTP_CANT_GET_HOST (15)"
85
85
An internal failure to lookup the host used for the new connection.
 
86
.IP "CURLE_HTTP2 (16)"
 
87
A problem was detected in the HTTP2 framing layer. This is somewhat generic
 
88
and can be one out of several problems, see the error buffer for details.
86
89
.IP "CURLE_FTP_COULDNT_SET_TYPE (17)"
87
90
Received an error when trying to set the transfer mode to binary or ASCII.
88
91
.IP "CURLE_PARTIAL_FILE (18)"