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

fix: ssl event at server side can't be captured correctly #236

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

hengyoush
Copy link
Owner

@hengyoush hengyoush commented Dec 31, 2024

This pr expected to fix: #216 #217 .

  1. collect sendfile syscall event(nginx may send static file to client via sendfile syscall)
  2. when conntrack created , transfer old connection's temp events to new conn, because some events may come in before conn created at userspace.
  3. ignore recvmsg, recvfrom syscall with flags : MSG_OOB, MSG_PEEK.

server side ssl event can't be captured correctly
@hengyoush hengyoush linked an issue Dec 31, 2024 that may be closed by this pull request
Copy link

vercel bot commented Dec 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kyanos ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 8:19pm

@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. bug-fix this pr fix a bug labels Dec 31, 2024
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kyanos ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 8:19pm

@hengyoush hengyoush changed the title fix: server side ssl event can't be captured correctly fix: ssl event in server side can't be captured correctly Dec 31, 2024
@hengyoush hengyoush changed the title fix: ssl event in server side can't be captured correctly fix: ssl event at server side can't be captured correctly Dec 31, 2024
@hengyoush hengyoush merged commit 9567bbe into main Dec 31, 2024
16 checks passed
@hengyoush hengyoush deleted the 217-sendfile branch December 31, 2024 20:51
hengyoush added a commit that referenced this pull request Jan 6, 2025
1. collect sendfile syscall event(nginx may send static file to client via sendfile syscall)
2. when conntrack created , transfer old connection's temp events to new conn, because some events may come in before conn created at userspace.
3. ignore recvmsg, recvfrom syscall with flags : MSG_OOB, MSG_PEEK.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix this pr fix a bug size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

watch command does not support https on OpenEuler 22.03
2 participants