apache.http.MalformedChunkCodingException: Chunked stream ended unexpectedly
产生的原因,应该是服务器返回的数据不是规范的格式。我使用的xutils的httpUtils来实现网络通信的,关于读取数据是在StringDownloadHandler类中源代码inputStream=entity.getContent();BufferedReaderreader=newBufferedReader(newInputStreamReader(inputStream,charset)