http: allow the header_done callback to reset the client state
[project/uclient.git] / uclient.h
index 0c76f6e..212fb7d 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;