码迷,mamicode.com
首页 > 编程语言 > 详细

python https request产生 nginx 499错误的解决

时间:2016-01-27 12:28:17      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

首先是nginx上的一些配置

#参数都有所调整.目的是解决代理过程中出现的一些502 499错误
tcp_nopush on;
tcp_nodelay on;
proxy_ignore_client_abort on;


其次python代码中在建立连接与发送request时要有一定的timewait,比如time.sleep(1)

 

python https request产生 nginx 499错误的解决

标签:

原文地址:http://www.cnblogs.com/yeyong/p/5162599.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!