mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
send_buffer is no more here
This commit is contained in:
parent
9ae05c4d91
commit
b3c7cd61f3
@ -30,13 +30,6 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...);
|
|||||||
#define infof Curl_infof
|
#define infof Curl_infof
|
||||||
#define failf Curl_failf
|
#define failf Curl_failf
|
||||||
|
|
||||||
struct send_buffer {
|
|
||||||
char *buffer;
|
|
||||||
size_t size_max;
|
|
||||||
size_t size_used;
|
|
||||||
};
|
|
||||||
typedef struct send_buffer send_buffer;
|
|
||||||
|
|
||||||
#define CLIENTWRITE_BODY 1
|
#define CLIENTWRITE_BODY 1
|
||||||
#define CLIENTWRITE_HEADER 2
|
#define CLIENTWRITE_HEADER 2
|
||||||
#define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
|
#define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
|
||||||
|
Loading…
Reference in New Issue
Block a user