summaryrefslogtreecommitdiff
path: root/src/response_headers_handler.c
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-07-13 22:01:07 +0000
committerBryan Ischo <bryan@ischo.com>2008-07-13 22:01:07 +0000
commit49c45ed9415c3575cc4772ae9fb699749fadd7b4 (patch)
tree8fc38092376a3e5247beeb92f78cb4f537e98196 /src/response_headers_handler.c
parentfef3176ef390468761d0680d2f7dc7a96dfff6cd (diff)
downloadceph-libs3-49c45ed9415c3575cc4772ae9fb699749fadd7b4.tar.gz
* Work in progress, head object now implemented
Diffstat (limited to 'src/response_headers_handler.c')
-rw-r--r--src/response_headers_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/response_headers_handler.c b/src/response_headers_handler.c
index 1927af3..5051123 100644
--- a/src/response_headers_handler.c
+++ b/src/response_headers_handler.c
@@ -32,7 +32,7 @@ void response_headers_handler_initialize(ResponseHeadersHandler *handler)
handler->responseProperties.requestId = 0;
handler->responseProperties.requestId2 = 0;
handler->responseProperties.contentType = 0;
- handler->responseProperties.contentLength = -1;
+ handler->responseProperties.contentLength = 0;
handler->responseProperties.server = 0;
handler->responseProperties.eTag = 0;
handler->responseProperties.lastModified = -1;