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:
rfm 2016-04-26 11:07:25 +00:00
parent 52bef4fed9
commit c07552ab0f

View file

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