mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
parent
db02e0e980
commit
307b7543ea
19 changed files with 26 additions and 26 deletions
|
|
@ -56,7 +56,7 @@ the POST data from the read callback. If you want to send a zero-byte POST set
|
|||
\fICURLOPT_POSTFIELDS(3)\fP to an empty string, or set \fICURLOPT_POST(3)\fP to
|
||||
1 and \fICURLOPT_POSTFIELDSIZE(3)\fP to 0.
|
||||
|
||||
libcurl will use assume this option points to a nul-terminated string unless
|
||||
libcurl will use assume this option points to a null-terminated string unless
|
||||
you also set \fICURLOPT_POSTFIELDSIZE(3)\fP to specify the length of the
|
||||
provided data, which then is strictly required if you want to send off nul
|
||||
bytes included in the data.
|
||||
|
|
|
|||
|
|
@ -59,12 +59,12 @@ The callback function must return \fICURL_PREREQFUNC_OK\fP on success, or
|
|||
|
||||
This function is passed the following arguments:
|
||||
.IP conn_primary_ip
|
||||
A nul-terminated pointer to a C string containing the primary IP of the remote
|
||||
server established with this connection. For FTP, this is the IP for the
|
||||
control connection. IPv6 addresses are represented without surrounding
|
||||
A null-terminated pointer to a C string containing the primary IP of the
|
||||
remote server established with this connection. For FTP, this is the IP for
|
||||
the control connection. IPv6 addresses are represented without surrounding
|
||||
brackets.
|
||||
.IP conn_local_ip
|
||||
A nul-terminated pointer to a C string containing the originating IP for this
|
||||
A null-terminated pointer to a C string containing the originating IP for this
|
||||
connection. IPv6 addresses are represented without surrounding brackets.
|
||||
.IP conn_primary_port
|
||||
The primary port number on the remote server established with this connection.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue