Differences From Artifact [3cdaff788f]:
- File src/OFHTTPServer.m — part of check-in [bceb7ed4c9] at 2019-03-08 00:35:48 on branch trunk — Use dot syntax (user: js, size: 20343) [annotate] [blame] [check-ins using]
To Artifact [a4d123787e]:
- File src/OFHTTPServer.m — part of check-in [ad7d75df4b] at 2019-03-12 23:46:15 on branch trunk — generators: Use dot syntax (user: js, size: 20326) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
918 919 920 921 922 923 924 | } [threads makeImmutable]; _threadPool = [threads copy]; } #endif | | | 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 |
}
[threads makeImmutable];
_threadPool = [threads copy];
}
#endif
_listeningSocket.delegate = self;
[_listeningSocket asyncAccept];
objc_autoreleasePoolPop(pool);
}
- (void)stop
{
|
| ︙ | ︙ |