Re: Why just got java.net.SocketTimeoutException: Read timed out

2017-01-09 Thread sebb
HttpClient is no longer part of Commons, see: http://hc.apache.org/ Also, HttpClient v3.1 is now EOL; see: http://hc.apache.org/httpclient-legacy/index.html Please refer to the above websites for info on mailing lists etc. On 9 January 2017 at 09:02, xiaoyu wrote: > Hello, everyone: > >

Why just got java.net.SocketTimeoutException: Read timed out

2017-01-09 Thread xiaoyu
Hello, everyone: I am developing a file transport tool using httpclient V3.1 Now I get "java.net.SocketTimeoutException: Read timed out" when I was trying to upload a file to the sever(Tomcat V7.5.35) java.net.SocketTimeoutException: Read timed out at jav