mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Update Tests/base/NSURLConnection/Helpers/SimpleWebServer.m
Co-authored-by: Hugo Melder <service@hugomelder.com>
This commit is contained in:
parent
1db3a482fb
commit
2b086b335d
1 changed files with 1 additions and 5 deletions
|
@ -384,11 +384,7 @@
|
|||
NSString *connection;
|
||||
|
||||
// adding the 'Connection' to the response
|
||||
connection = [[_request headerNamed: @"Connection"] value];
|
||||
if (nil == connection)
|
||||
{
|
||||
connection = [[_request headerNamed: @"connection"] value];
|
||||
}
|
||||
connection = [[_request headerNamed: @"connection"] value];
|
||||
// if the client didn't supply the header 'Connection' or
|
||||
// explicitly stated to close the current connection
|
||||
_isClose = (nil == connection ||
|
||||
|
|
Loading…
Reference in a new issue