http: allow the header_done callback to reset the client state
[project/uclient.git] / uclient.h
index 0c76f6e342d4583d5468908cf278bc59a9eeb0f7..212fb7d71e84d58c9761615d7e1e0688e1647b69 100644 (file)
--- a/uclient.h
+++ b/uclient.h
@@ -69,6 +69,7 @@ struct uclient {
        bool data_eof;
        int error_code;
        int status_code;
+       int seq;
        struct blob_attr *meta;
 
        struct uloop_timeout connection_timeout;