summaryrefslogtreecommitdiff
path: root/inc/request.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/request.h')
-rw-r--r--inc/request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/request.h b/inc/request.h
index 7184d64..50ebf56 100644
--- a/inc/request.h
+++ b/inc/request.h
@@ -136,7 +136,7 @@ typedef struct Request
char uri[MAX_URI_SIZE + 1];
// The HTTP response code that S3 sent back for this request
- int httpResponseCode;
+ long httpResponseCode;
// Callback to be made when headers are available. Might not be called.
S3ResponsePropertiesCallback *propertiesCallback;