python 发 http请求,服务器会主动断开连接,我写的代码有问题吗

cn=httplib.HTTPConnection('10.100.1.13:8000')data=urllib.urlencode({'user_name':'测试'}... cn =httplib.HTTPConnection('10.100.1.13:8000')

data = urllib.urlencode({'user_name':'测试'})

cn.request('POST', '/test/',data)

result = cn.getresponse()

resultContent = result.read()

result.close()

cn.close()

这段代码有什么问题,为什么执行第二次,服务器就会报

error: [Errno 10054]

Traceback (most recent call last):
File "C:\Documents and Settings\taohua\桌面\python\test.py", line 21, in <module>
result = conn.getresponse()
File "C:\Python26\lib\httplib.py", line 990, in getresponse
response.begin()
File "C:\Python26\lib\httplib.py", line 420, in begin
self.msg = HTTPMessage(self.fp, 0)
File "C:\Python26\lib\mimetools.py", line 25, in __init__
rfc822.Message.__init__(self, fp, seekable)
File "C:\Python26\lib\rfc822.py", line 108, in __init__
self.readheaders()
File "C:\Python26\lib\httplib.py", line 276, in readheaders
line = self.fp.readline()
File "C:\Python26\lib\socket.py", line 427, in readline
data = recv(1)
error: [Errno 10054]
没有占用哦,我用的是8000端口

防火墙被关掉了哦

这是http头
headers = {"Content-type": "application/x-www-form-urlencoded","Accept": "text/plain"}
展开
 我来答
lukeupup
2011-05-10
知道答主
回答量:6
采纳率:0%
帮助的人:0
展开全部
服务器防火墙的设置有问题?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Gerald_Bond
2011-05-22 · TA获得超过1003个赞
知道小有建树答主
回答量:590
采纳率:0%
帮助的人:610万
展开全部
因为访问过于频繁
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
macru
2011-05-20 · TA获得超过172个赞
知道小有建树答主
回答量:250
采纳率:0%
帮助的人:188万
展开全部
加个header呢?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式