mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Fix NSURLSession header fields not always being matched case insensitive.
This commit is contained in:
parent
18f81f9ccc
commit
cb6c53b84d
5 changed files with 24 additions and 3 deletions
|
@ -378,6 +378,13 @@ static SEL objSel;
|
|||
return [copy initWithDictionary: self copyItems: NO];
|
||||
}
|
||||
|
||||
- (id) mutableCopyWithZone: (NSZone*)z
|
||||
{
|
||||
NSMutableDictionary *copy = [_GSMutableInsensitiveDictionary allocWithZone: z];
|
||||
|
||||
return [copy initWithDictionary: self copyItems: NO];
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
return [self initWithCapacity: 0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue