Replies: 0 comments 2 replies
-
Converted to a discussion as this is not a bug or feature request. There are many possible reasons for the behavior you're seeing. Perhaps the client sends a RST, perhaps there's a MiTM TCP proxy in your network that sends the RST, etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
v12.13.1
Platform
Linux VM-0-10-centos 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
The http server has a 99.95% probability of actively sending reset. The timeout is not triggered, but there is a 99.95% probability of sending a connection reset, Is there a way to locate why the "tcp reset" is actively being sent?
select a connection:
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
Every reset should have its reason.
What do you see instead?
by systemtap , i found the reset is send at net/ipv4/tcp.c:2054"
the kernel code
the code is closely:https://elixir.bootlin.com/linux/v3.10/source/net/ipv4/tcp.c#L2099.
Additional information
my stap script
Beta Was this translation helpful? Give feedback.
All reactions