2009/5/3 Oleg Kalnichevski <[email protected]>: > Keean Schupke wrote: >> >> As I pointed out the server is keeping the connection open and >> accepting more requests... this is confirmed by manually pasting the >> requests into a telnet session. >> > > Huh? Telneting to an SSL protected port? How exactly do you manage to get > the SSL handshaking done by typing to a terminal?
Because the server is configured the same on both port 80 and port 443, of course you are right, it is possible they behave differently on each port, although unlikely. > > >> I dont think I can get the android SDK to produce those logs? There >> doesn't seem to be a way to pass those args to the JVM either on the >> handset or the emulator. >> >> Is there any other way to find out why HttpClient thinks the >> connection is closed? >> > > Reproduce the issue in a standalone application using the stock version of > HttpClient. Hmm, It seems easier to open an HTTP socket directly and build my own HTTP query. I'll let you know what happens. Regards, Keean, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
