[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sr #107939] NSMutableURLRequest
From: |
Norbert Schneider |
Subject: |
[sr #107939] NSMutableURLRequest |
Date: |
Tue, 24 Jan 2012 07:55:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 |
URL:
<http://savannah.gnu.org/support/?107939>
Summary: NSMutableURLRequest
Project: GNUstep
Submitted by: nschneider
Submitted on: Di 24 Jan 2012 07:55:20 GMT
Category: Objective-C
Priority: 5 - Normal
Severity: 3 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Operating System: None
_______________________________________________________
Details:
In some code I had to deal with, there was this line:
NSMutableURLRequest *myRequest = [[NSMutableURLRequest alloc]init];
However, myRequest always was NULL. I changed as follows:
NSMutableURLRequest *myRequest = [NSMutableURLRequest alloc];
which seems to circumvent the problem.
I am using gnustep-startup-0.26.2
Is this a problem in Gnustep or in the Code I got?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?107939>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [sr #107939] NSMutableURLRequest,
Norbert Schneider <=