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

« back to all changes in this revision

Viewing changes to lib/strerror.c

  • 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:
292
292
  case CURLE_CHUNK_FAILED:
293
293
    return "Chunk callback failed";
294
294
 
 
295
  case CURLE_NO_CONNECTION_AVAILABLE:
 
296
    return "The max connection limit is reached";
 
297
 
295
298
    /* error codes not used by current libcurl */
296
299
  case CURLE_OBSOLETE16:
297
300
  case CURLE_OBSOLETE20: