pyke369 / PKMultipartInputStream

an NSInputStream subclass suitable for building multipart/form-data http requests bodies in MacOSX/iOS applications.
http://github.com/pyke369/PKMultipartInputStream
MIT License
73 stars 19 forks source link

[#10] Synthesize NSInputStream delegate property #11

Closed ayoy closed 8 years ago

ayoy commented 8 years ago

to avoid exceptions when using PKMultipartInputStream as body stream for NSURLSessionUploadTask. This addresses issue #10

pyke369 commented 8 years ago

Thx a lot Dominik!