def test_custom_max_header_line(self):
self.flags(max_header_line=4096, group='wsgi') # Default is 16384
nova.wsgi.Server("test_custom_max_header_line", None)
self.assertEqual(CONF.wsgi.max_header_line,
eventlet.wsgi.MAX_HEADER_LINE)
test_wsgi.py 文件源码
python
阅读 25
收藏 0
点赞 0
评论 0
评论列表
文章目录