jettero

411
reputation
351 views

Registered User

name jettero
member for 1 year
seen Dec 4 at 22:24
website
location Kalamazoo
age 36
I code for fun and a little for work. I've been coding as a hobby for more than 20 years. Occasionally my graduate studies in computer science require me to write something too, but that barely counts -- the code is usually quite contrived and assignment specific.
5h
awarded  Popular Question
Oct
24
awarded  Yearling
Oct
16
comment Java, sockets, BufferedReader, and readline hang … :(
This makes sense. I needed to check the headers. I'm just going to use http1.0.
Oct
16
comment Java, sockets, BufferedReader, and readline hang … :(
Yeah, that makes sense and it works. In other languages I would simply close my side of the socket so the webserver knows there's only going to be one request... but when I out.close() it seems to close both sides of the link. Is there a way to close exactly one side? Am I misinterpreting what happens?
Oct
16
comment Java, sockets, BufferedReader, and readline hang … :(
... reading from a socket, yes. I added that to the question, thanks.
Oct
16
revised Java, sockets, BufferedReader, and readline hang … :(
show link = ...
Oct
16
asked Java, sockets, BufferedReader, and readline hang … :(