ObjFW  Diff

Differences From Artifact [76843d6944]:

To Artifact [551e4c55ef]:


46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
@public
	uint16_t _port;
}
@end

@implementation HTTPClientTestsServer
- main
{
	OFTCPSocket *listener, *client;

	[cond lock];

	listener = [OFTCPSocket socket];
	_port = [listener bindToHost: @"127.0.0.1"







|







46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
@public
	uint16_t _port;
}
@end

@implementation HTTPClientTestsServer
- (id)main
{
	OFTCPSocket *listener, *client;

	[cond lock];

	listener = [OFTCPSocket socket];
	_port = [listener bindToHost: @"127.0.0.1"