This commit is contained in:
Pierre-Olivier Latour
2014-04-07 19:29:33 -07:00
parent fb08e77c0c
commit 794ab5f293
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ static inline NSUInteger _ScanHexNumber(const void* bytes, NSUInteger size) {
if ([_response hasBody]) {
[self _writeBodyWithCompletionBlock:^(BOOL successInner) {
[_response performClose];
[_response performClose]; // TODO: There's nothing we can do on failure as headers have already been sent
}];
}