Added GCDWebServerBodyWriter protocol

This commit is contained in:
Pierre-Olivier Latour
2014-04-06 12:09:44 -07:00
parent 1f9a0d38d0
commit 63a66ff331
11 changed files with 131 additions and 69 deletions

View File

@@ -44,7 +44,7 @@
_block = [block copy];
self.contentType = type;
self.chunkedTransferEncoding = YES;
self.chunkedTransferEncodingEnabled = YES;
}
return self;
}