hi
Is this possible to send a request to servlet from socket client?
I use request.getInputStream method to get client request. I got an error
HTTP/1.1 400 Bad Request
Server:Apache-Coyoyte/1.1
Transfer Encoding:chunked
Date:Fri,04 Nov 2011
Connection:close
How can I achieve my task??