How to configure when to close underlying connection when HTTP keep-alive is timed out #59497
Unanswered
Akarinnnnn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an buggy third-party embedded device that send http request on an expired keep-alive connection. And this causes requests not reaching to Kestrel HTTP pipeline. Currently to make it work, I managed to made an connection level middleware to abort problematic connection every 115 seconds. I wonder that is it any be some better solution there? Since aborting looks hacky.
Beta Was this translation helpful? Give feedback.
All reactions