mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
|
@ -118,7 +118,7 @@ typedef struct {
|
|||
inst->shouldHandleCookies = this->shouldHandleCookies;
|
||||
inst->debug = this->debug;
|
||||
inst->ioDelegate = this->ioDelegate;
|
||||
inst->headers = [this->headers mutableCopy];
|
||||
inst->headers = [this->headers mutableCopy];
|
||||
}
|
||||
}
|
||||
return o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue