Ganesh Murthy
Ganesh Murthy
Upon further research and using wireshark to see traffic flow, hypercorn initiates the TCP close. http2 allows for long lived connections, so the reason for hypercorn closing the client connection...
ok so you are saying two threads cannot act on the same nghttp2 session unless under lock. We have a connection object which contains a session_data object as seen here...
Hear me out here. As mentioned above, I want to use nghttp2 to only look at the response headers from nginx, I am not using nghttp2 to generate the requests....
There is a known vflow leak which has been fixed by @ted-ross - https://github.com/skupperproject/skupper-router/commit/11746972cbbdabe8fa1c813d8d2c29983777d2d8 Looking at the output of `skstat -m`, it looks like the same leak fixed by the...
Please see this comment - https://github.com/skupperproject/skupper/issues/1470#issuecomment-2135177583
> Can you share with us how large the user base is, and what interesting attack surface OSS Fuzz can help protecting? skupper-router is an open source project which is...
> @ganeshmurthy we can merge this once the tests pass I think I fixed a problem that I saw in the CI test failure. I pushed up a fix for...