mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix response failure for consistency
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24083 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
22edc227d6
commit
f8291f571d
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ static void debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
NSLog(@"HTTP response not received - %@", parser);
|
||||
}
|
||||
[self endLoadInBackground];
|
||||
[self backgroundLoadDidFailWithReason: @"Response not received"];
|
||||
[self backgroundLoadDidFailWithReason: @"Response parse failed"];
|
||||
}
|
||||
|
||||
if (sock != nil
|
||||
|
|
Loading…
Reference in a new issue