def _clear_headers_for_304(self):
# Tornado strips content-length from 304 responses, but here we
# want to simulate servers that include the headers anyway.
pass
# These tests end up getting run redundantly: once here with the default
# HTTPClient implementation, and then again in each implementation's own
# test suite.
httpclient_test.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录