Fix
This commit is contained in:
@ -241,6 +241,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)performReadDataWithCompletion:(GCDWebServerBodyReaderCompletionBlock)block {
|
- (void)performReadDataWithCompletion:(GCDWebServerBodyReaderCompletionBlock)block {
|
||||||
|
GWS_DCHECK(_opened);
|
||||||
if ([_reader respondsToSelector:@selector(asyncReadDataWithCompletion:)]) {
|
if ([_reader respondsToSelector:@selector(asyncReadDataWithCompletion:)]) {
|
||||||
[_reader asyncReadDataWithCompletion:[block copy]];
|
[_reader asyncReadDataWithCompletion:[block copy]];
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user