This commit is contained in:
Pierre-Olivier Latour
2016-04-17 20:07:54 -07:00
parent 50eb0437c1
commit 3042b853bc

View File

@@ -241,6 +241,7 @@
}
- (void)performReadDataWithCompletion:(GCDWebServerBodyReaderCompletionBlock)block {
GWS_DCHECK(_opened);
if ([_reader respondsToSelector:@selector(asyncReadDataWithCompletion:)]) {
[_reader asyncReadDataWithCompletion:[block copy]];
} else {