I am downloading some http using ASIHTTPRequest and parsing iut to get certain text from it however I have found the my parsing doesnt work (resulting in crashes) when using 3G. It seems that the returned html doesn't have line feeds in it like it does when using WiFi.
Is this something the mobile network is doing, or something the iPhone is doing? Is there any way I can change the returned html to make them identical so I can parse them the same?