瀏覽代碼

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'


Loading…
取消
儲存