summaryrefslogtreecommitdiff
path: root/uclient-backend.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 13:48:59 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 13:48:59 +0100
commit9099aff296c1fdc4ba49908018b46f913fe7d9e7 (patch)
tree3e812c1c6bafa37d34bf3e81b8b10c365cfad77a /uclient-backend.h
parentc280d54e1bc79de4424fabc3fad011cc15587b81 (diff)
downloaduclient-9099aff296c1fdc4ba49908018b46f913fe7d9e7.tar.gz
use chunked data for POST, set HTTP version to 1.1
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uclient-backend.h')
-rw-r--r--uclient-backend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/uclient-backend.h b/uclient-backend.h
index f72c11f..5f83995 100644
--- a/uclient-backend.h
+++ b/uclient-backend.h
@@ -14,7 +14,6 @@ struct uclient_backend {
int (*read)(struct uclient *cl, char *buf, unsigned int len);
int (*write)(struct uclient *cl, char *buf, unsigned int len);
- int (*set_write_len)(struct uclient *cl, unsigned int len);
};
struct uclient_url {