diff options
Diffstat (limited to 'src/plugins/http/http.h')
-rw-r--r-- | src/plugins/http/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/http/http.h b/src/plugins/http/http.h index 85d43a489e2..8a5731ea592 100644 --- a/src/plugins/http/http.h +++ b/src/plugins/http/http.h @@ -116,7 +116,7 @@ typedef enum http_msg_data_type_ typedef struct http_msg_data_ { http_msg_data_type_t type; - u32 len; + u64 len; u8 data[0]; } http_msg_data_t; |