mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 15:50:48 -04:00
removed #include "upload.h"
This commit is contained in:
parent
c6a8bb3d56
commit
c758744e7e
@ -77,7 +77,6 @@
|
|||||||
#include "if2ip.h"
|
#include "if2ip.h"
|
||||||
#include "hostip.h"
|
#include "hostip.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "upload.h"
|
|
||||||
#include "download.h"
|
#include "download.h"
|
||||||
#include "escape.h"
|
#include "escape.h"
|
||||||
|
|
||||||
|
@ -93,7 +93,6 @@
|
|||||||
#include "formdata.h"
|
#include "formdata.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "base64.h"
|
#include "base64.h"
|
||||||
#include "upload.h"
|
|
||||||
#include "cookie.h"
|
#include "cookie.h"
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
@ -320,7 +319,7 @@ UrgError http(struct UrlData *data, char *ppath, char *host, long *bytecount)
|
|||||||
ProgressInit(data, postsize);
|
ProgressInit(data, postsize);
|
||||||
|
|
||||||
result = Transfer(data, data->firstsocket, -1, TRUE, &readbytecount,
|
result = Transfer(data, data->firstsocket, -1, TRUE, &readbytecount,
|
||||||
data->firstsocket, writebytecount);
|
data->firstsocket, &writebytecount);
|
||||||
*bytecount = readbytecount + writebytecount;
|
*bytecount = readbytecount + writebytecount;
|
||||||
|
|
||||||
FormFree(sendit); /* Now free that whole lot */
|
FormFree(sendit); /* Now free that whole lot */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user