Search:

Type: Posts; User: Sucker Punch

Search: Search took 0.09 seconds.

  1. Re: BufferedReader hangs when handling POST method data

    I've tried that, but I had difficulty with that as well.

    Using the read() method just resulted in a series in integers for some reason, and using read(char[], off, length) was throwing exceptions....
  2. Re: BufferedReader hangs when handling POST method data

    Neither, really. I'm just opening a port with a ServerSocket, then when you connect through a web browser, I push very basic HTML/CSS using PrintWriter.

    There are other options I've come across,...
  3. BufferedReader hangs when handling POST method data

    I'd got a simple problem that has been driving me crazy for a couple hours now. Google has shown me what (I think) the problem is, but hasn't helped me fix it. I'm working on an assignment which...
Results 1 to 3 of 3