Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress context and fetch endpoints in initial state #84

Merged
merged 26 commits into from
Aug 20, 2024
Merged

Conversation

bitterpanda63
Copy link
Member

No description provided.

def process_get_bypassed_ips(bg_process, data, conn):
"""Checks if the ip is on the bypass list"""
bypassed_ips = bg_process.reporter.conf.bypassed_ips
conn.send(bypassed_ips)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add some comments here... function is called 'get' but it does not return anything.. and rather it 'sends'?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dis better?

Base automatically changed from AIK-3345 to main August 20, 2024 09:53
made to accomodate route_metadata
@willem-delbare willem-delbare merged commit 9a1937c into main Aug 20, 2024
3 checks passed
@willem-delbare willem-delbare deleted the AIK-3362 branch August 20, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants