使用HttpClient时产生的异常
在使用HttpClient时,时不时出现了这个异常:
org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with "HTTP"
google了一下,有些人认为是由于server端负担太重,丢弃了部分connection,导致response不了预期的内容才导致产生异常,不知大家有没有碰到过这个问题,而您们又是怎样解决的呢? 谢谢!