artifacts / AFCache

AFCache is an HTTP cache for iOS and OSX seeking towards full RFC2616 compliance
Apache License 2.0
361 stars 43 forks source link

Fixed a buffer overflow in stringByRegex #11

Closed dapatil closed 12 years ago

dapatil commented 13 years ago

I was running into cases on the internet where the URL was greater than 4096 characters. I've fixed the problem. This shouldn't impact performance.