Moved response body chunked transfer encoding to GCDWebServerConnection

This commit is contained in:
Pierre-Olivier Latour
2014-04-07 13:09:03 -07:00
parent 7af258eb6b
commit c5d3764913
5 changed files with 44 additions and 68 deletions
@@ -44,7 +44,6 @@
_block = [block copy];
self.contentType = type;
self.chunkedTransferEncodingEnabled = YES;
}
return self;
}