mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 06:26:21 +00:00
Reformat HTTP get URL to AESGCM scheme
This commit is contained in:
@@ -50,10 +50,12 @@ typedef struct http_upload_t {
|
||||
FILE *filehandle;
|
||||
off_t filesize;
|
||||
curl_off_t bytes_sent;
|
||||
char* mime_type;
|
||||
char* get_url;
|
||||
char* put_url;
|
||||
ProfWin* window;
|
||||
char *mime_type;
|
||||
char *get_url;
|
||||
char *put_url;
|
||||
char *alt_scheme;
|
||||
char *alt_fragment;
|
||||
ProfWin *window;
|
||||
pthread_t worker;
|
||||
int cancel;
|
||||
} HTTPUpload;
|
||||
|
||||
Reference in New Issue
Block a user