Fix NSURLSession header fields not always being matched case insensitive.

This commit is contained in:
Frederik Seiffert 2023-01-13 12:56:42 +01:00 committed by Frederik Seiffert
parent 18f81f9ccc
commit cb6c53b84d
5 changed files with 24 additions and 3 deletions

View file

@ -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;