Skip to content

Commit

Permalink
change notice word
Browse files Browse the repository at this point in the history
  • Loading branch information
noO0ob committed Jul 2, 2024
1 parent 910e5eb commit 307f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyrebird/mock/extra_mock_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def send_request(context: LyrebirdProxyContext, target_url):
async for data in _resp.content.iter_any():
await resp.write(data)
await resp.write_eof()
logger.info(f'Stream Request finished: {proxy_resp_status} {context.origin_url}')
logger.info(f'Stream Response finished: {proxy_resp_status} {context.origin_url}')
else:
proxy_resp_data = await _resp.read()
response_headers = await make_response_header(proxy_resp_headers, context, proxy_resp_data)
Expand Down

0 comments on commit 307f616

Please sign in to comment.