fjolnir / HTTPKit

A minimal, high-performance Objective-C library to write self-sufficient web applications. Built on top of Mongoose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arc Implementation

projectskillz opened this issue · comments

Lets also get this running with ARC.

It is written using ARC. (apart from HTTPConnection, which can't because it uses batched allocations for speed reasons)

Interesting. OK I got it thanks.

For those that might wonder how to get it running under ARC.

Do this... .

http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project

To HTTPConnection.m and your set.

Why not just use the framework, which already does that for you?

Oh really? I imported this file by file. I need to bring it in as a framework.

Good Point. Thanks