CCHttpClient locks thread in Android

First of all I want to thank you all contributors for a great job, I have almost converted a complete iOS game to Android in two weeks. Keep up the good work!

I have two questions about CCHttpClient:

  1. For me all requests on Android locks the main thread. Anyone else who have the same behavior? No problem on iOS. I have tried two different android phone models.
  2. Anyone know why CCHttpClient is not implemented with the multi interface of curl? (Instead of using threads and the easy interface)