use chunked data for POST, set HTTP version to 1.1
[project/uclient.git] / uclient-backend.h
index f72c11f..5f83995 100644 (file)
@@ -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 (*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 {
 };
 
 struct uclient_url {