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

INTERNAL: Remove lq_detect_argument #800

Closed

Conversation

cheesecrust
Copy link

🔗 Related Issue

⌨️ What I did

  • struct lq_detect_argument 구조체를 제거하고,
  • do_lqdetect_save_cmd() 호출 시에 argument 대신에 overhead와 query를 직접 넘김
    또한, 질의 중복 검사에서 key 비교가 필요한 지를 나타내는 check_key 플래그 인자도 추가
  • buffer에는 key, query 문자열이 모두 기록되므로,
    중복 여부 검사를 위해, buffer 상의 key, query 주소와 길이를 저장해 두는 배열을 buffer에 보관
    이러한 배열을 사용하여 중복 검사 수행

@cheesecrust
Copy link
Author

다른 구현체가 merge 됨에 따라 close 합니다.

@cheesecrust cheesecrust closed this Nov 8, 2024
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.

1 participant