mainGNUstep - Support: sr #107939, NSMutableURLRequest

Group
 
 

You are not allowed to post comments on this tracker with your current authentication level.

sr #107939: NSMutableURLRequest

Submitter:  Norbert Schneider <nschneider>
Submitted:  Tue 24 Jan 2012 07:55:20 AM UTC
   
 
Category:  Objective-C Priority:  5 - Normal
Severity:  3 - Normal Status:  Duplicate
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Operating System:  None

Tue 24 Jan 2012 10:02:13 AM UTC, comment #1: 

Closed as this has also been reported as a bug report.

Fred Kiefer <FredKiefer>
Group Member
Tue 24 Jan 2012 07:55:20 AM UTC, original submission:  

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?

Norbert Schneider <nschneider>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Posted a comment)
  • -email is unavailable- added by nschneider (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-01-24 FredKiefer StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code