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

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_easy_send.3

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2015-05-28 15:53:47 UTC
  • mfrom: (3.4.56 sid)
  • Revision ID: package-import@ubuntu.com-20150528155347-9m253tuskbpkkd1d
Tags: 7.42.1-2ubuntu1
* Merge from Debian (LP: #1459685). Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
* Dropped patches:
  - debian/patches/CVE-2015-3143.patch: upstream
  - debian/patches/CVE-2015-3148.patch: upstream
  - debian/patches/CVE-2015-3144.patch: upstream
  - debian/patches/CVE-2015-3153.patch: upstream
  - debian/patches/CVE-2014-8150.patch: upstream
  - debian/patches/CVE-2015-3145.patch: upstream
* Dropped the added udeb packages. They were empty since trusty and were
  originally added for LP: #831496, this change is likely not needed any
  more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.\" *                            | (__| |_| |  _ <| |___
6
6
.\" *                             \___|\___/|_| \_\_____|
7
7
.\" *
8
 
.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
.\" * Copyright (C) 1998 - 2015, 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
40
40
The variable \fBn\fP points to will receive the number of sent bytes.
41
41
 
42
42
To establish the connection, set \fBCURLOPT_CONNECT_ONLY(3)\fP option before
43
 
calling \fIcurl_easy_perform(3)\fP. Note that \fIcurl_easy_send(3)\fP will not
44
 
work on connections that were created without this option.
 
43
calling \fIcurl_easy_perform(3)\fP or \fIcurl_multi_perform()\fP. Note that
 
44
\fIcurl_easy_send(3)\fP will not work on connections that were created without
 
45
this option.
45
46
 
46
47
You must ensure that the socket is writable before calling
47
48
\fIcurl_easy_send(3)\fP, otherwise the call will return \fBCURLE_AGAIN\fP -