~ubuntu-branches/ubuntu/saucy/curl/saucy

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_easy_recv.3

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-02-12 08:54:32 UTC
  • mfrom: (3.4.34 sid)
  • Revision ID: package-import@ubuntu.com-20130212085432-r1fyi0b37enr93pp
Tags: 7.29.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.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.\" *                            | (__| |_| |  _ <| |___
6
6
.\" *                             \___|\___/|_| \_\_____|
7
7
.\" *
8
 
.\" * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
.\" * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
.\" *
10
10
.\" * This software is licensed as described in the file COPYING, which
11
11
.\" * you should have received as part of this distribution. The terms
59
59
 
60
60
On failure, returns the appropriate error code.
61
61
 
62
 
If there is no data to read, the function returns \fBCURLE_AGAIN\fP. Use
63
 
your operating system facilities to wait until the data is ready, and retry.
 
62
If there is no data to read, the function returns \fBCURLE_AGAIN\fP. Use your
 
63
operating system facilities to wait until the data is ready, and retry.
 
64
 
 
65
Reading exactly 0 bytes would indicate a closed connection.
 
66
 
 
67
If there's no socket available to use from the previous transfer, this function
 
68
returns CURLE_UNSUPPORTED_PROTOCOL.
64
69
.SH EXAMPLE
65
70
See \fBsendrecv.c\fP in \fBdocs/examples\fP directory for usage example.
66
71
.SH "SEE ALSO"