We are developing a mobile app with Titanium SDK 3.2.3 (we are now compiling it with 3.3.0 GA as well). The app is targeted for iOS devices only and being run on iOS 7.x simulator and devices. When we call our web services using httpclient from the app, we notice that the HTTP request header Connection:keep-alive is repeating twice as you can see in the attached screen shot.

This happens when the app is compiled with the latest 3.3.0 GA sdk as well as 3.2.3. Can anyone suggests why this might be happening?