ObjFW  Diff

Differences From Artifact [78fcbe257c]:

To Artifact [f46d462637]:


134
135
136
137
138
139
140
141
142
143
144
145
146
147
148

	return ret;
}

@implementation OFHTTPResponse
@synthesize statusCode = _statusCode, headers = _headers;

- init
{
	self = [super init];

	@try {
		_protocolVersion.major = 1;
		_protocolVersion.minor = 1;
		_headers = [[OFDictionary alloc] init];







|







134
135
136
137
138
139
140
141
142
143
144
145
146
147
148

	return ret;
}

@implementation OFHTTPResponse
@synthesize statusCode = _statusCode, headers = _headers;

- (instancetype)init
{
	self = [super init];

	@try {
		_protocolVersion.major = 1;
		_protocolVersion.minor = 1;
		_headers = [[OFDictionary alloc] init];