ObjFW  Diff

Differences From Artifact [46b7bd7897]:

To Artifact [1735f83790]:


138
139
140
141
142
143
144


145
146
147
148
149
150
151
152
153
154
155
156
157
138
139
140
141
142
143
144
145
146
147
148
149
150


151
152
153
154
155
156
157







+
+




-
-







		     runLoopMode: connectRunLoopMode];

	while (!connectDelegate->_done)
		[runLoop runMode: connectRunLoopMode beforeDate: nil];

	/* Cleanup */
	[runLoop runMode: connectRunLoopMode beforeDate: [OFDate date]];

	_delegate = delegate;

	if (connectDelegate->_exception != nil)
		@throw connectDelegate->_exception;

	_delegate = delegate;

	objc_autoreleasePoolPop(pool);
}

- (void)asyncConnectToHost: (OFString *)host port: (uint16_t)port
{
	[self asyncConnectToHost: host
			    port: port