Ver código fonte

remove log

tags/v1.0.6
Jonathan Cobb 4 anos atrás
pai
commit
2ad9ff4be7
1 arquivos alterados com 1 adições e 1 exclusões
  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 Ver arquivo

@@ -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'


Carregando…
Cancelar
Salvar