Why do I get empty request from the Jakarta Commons HttpClient?
- by polyurethan
I have a problem with the Jakarta Commons HttpClient. Before my self-written HttpServer gets the real request there is one request which is completely empty. That's the first problem. The second problem is, sometimes the request data ends after the third or fourth line of the http request:
POST / HTTP/1.1
User-Agent: Jakarta Commons-HttpClient/3.1…