paulmelnikow / AFNetworking-Synchronous

Synchronous requests for AFNetworking 1.x, 2.x, and 3.x
MIT License
162 stars 34 forks source link

Bugfix in version 2.x implementation #5

Closed reden87 closed 9 years ago

reden87 commented 9 years ago

Bug fixed in the requestWithMethod:URLString:parameters:error: method.

The original code sent every request as a GET request and ignored the method parameter.

paulmelnikow commented 9 years ago

Oy! Thank you for the fix.