浏览代码

remove log

tags/v1.0.6
Jonathan Cobb 4 年前
父节点
当前提交
2ad9ff4be7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bubble-server/src/main/resources/packer/roles/mitmproxy/files/bubble_modify.py

+ 1
- 1
bubble-server/src/main/resources/packer/roles/mitmproxy/files/bubble_modify.py 查看文件

@@ -183,7 +183,7 @@ def responseheaders(flow):
path = flow.request.path
if path and path.startswith(BUBBLE_URI_PREFIX):
if path.startswith(HEALTH_CHECK_URI):
bubble_log('responseheaders: special bubble health check request, responding with OK')
# bubble_log('responseheaders: special bubble health check request, responding with OK')
flow.response.headers = Headers()
flow.response.headers[HEADER_HEALTH_CHECK] = 'OK'
flow.response.headers[HEADER_CONTENT_LENGTH] = '3'


正在加载...
取消
保存