【发布时间】:2013-06-27 05:54:44
【问题描述】:
请检查我的 logcat。这是我在解析 http 响应时得到的。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>503 Service Unavailable</title>
</head>
<body>
<h1>Error 503 Service Unavailable</h1>
<p>Service Unavailable</p>
<h3>Guru Meditation:</h3>
<p>XID: 1294992728</p>
<hr>
<p>Varnish cache server</p>
</body>
</html>
我在将图像从 android 上传到服务器时收到此响应。谁能帮我解决这个问题?
【问题讨论】:
标签: android http-post varnish multipartentity