This is on the Android emulator on a Mac, of course

On Sat, Sep 27, 2008 at 12:22 AM, Shane Isbell <[EMAIL PROTECTED]>wrote:

> I've encountered a bug on a Mac and want to see if anyone has encountered
> and possible work around. I do the following and as expected 'is' contains
> only the response body.
>             URL url = serverUri.toURL();
>             connection = (HttpURLConnection) url.openConnection();
>             is = connection.getInputStream();
>
> I close it out, open another connection, using the same code and 'is' now
> contains the HTTP headers.
>
> Shane
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to