mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fixup Setting TLS properties
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
52bef4fed9
commit
c07552ab0f
1 changed files with 4 additions and 0 deletions
|
@ -1642,6 +1642,9 @@ debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
* to 8080 for <code>http</code> and 4430 for <code>https</code>.
|
||||
* </item>
|
||||
* <item>
|
||||
* Any GSTLS... key to control TLS behavior
|
||||
* </item>
|
||||
* <item>
|
||||
* Any NSHTTPProperty... key
|
||||
* </item>
|
||||
* </list>
|
||||
|
@ -1655,6 +1658,7 @@ debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
format: @"%@ %p with invalid key", NSStringFromSelector(_cmd), self];
|
||||
}
|
||||
if ([propertyKey hasPrefix: @"GSHTTPProperty"]
|
||||
|| [propertyKey hasPrefix: @"GSTLS"]
|
||||
|| [propertyKey hasPrefix: @"NSHTTPProperty"])
|
||||
{
|
||||
if (property == nil)
|
||||
|
|
Loading…
Reference in a new issue