HttpURLConnection vs Socket / SocketConnection for HTTP

2007-09-17 Thread squeebie
I'm trying to switch our application from using HttpURLConnection to Mina. I've narrowed down my issue to not being a Mina issue, but thought you guys and gals might know the answer just because of your experience in this area. I'm having some trouble with "8000" showing up in my response after

Re: HttpURLConnection vs Socket / SocketConnection for HTTP

2007-09-17 Thread squeebie
Turns out it was the server that returns me the XML. With sockets, I was creating the header, and if I sent the server a header with HTTP 1.1, it returned crap in the response. Switched to 1.0 and it works. Thanks anyway guys, keep up the great work with Mina. -- View this message in context

Re: HttpURLConnection vs Socket / SocketConnection for HTTP

2007-09-18 Thread squeebie
e you using? Is it a server problem, or the > problem of the MINA HTTP client? > > Trustin > > On 9/18/07, squeebie <[EMAIL PROTECTED]> wrote: >> >> Turns out it was the server that returns me the XML. With sockets, I was >> creating the header, and if I sent t