Soner Tari

Results 220 comments of Soner Tari

I think I have found a working solution to this issue. I have tested and convinced myself that the following patch works in the test environment you have provided. It...

I think the following simplified patch is enough. I have realized that disabling or enabling the read events for ubev has no effect. ``` --- pxyconn.c.orig 2022-04-02 15:30:07.871607909 +0300 +++...

Even more simplified: ``` --- pxyconn.c.orig 2022-04-02 15:30:07.871607909 +0300 +++ pxyconn.c 2022-04-02 21:07:54.359088087 +0300 @@ -1896,12 +1896,20 @@ } } evbuffer_add_buffer(outbuf, inbuf); - if (evbuffer_get_length(outbuf) >= OUTBUF_LIMIT) { + +...

It's good to hear that it works. I guess you are referring to the case where libevent reports that the len of outbuf is 0, but the len of ubev...

Thanks @minzkn for the analysis. Based on your reports I have modified the source code to keep conn open if underlying buffers have data. Please see the `underlying-bevs-issue#303` branch. I...

Debug out underlying bev sizes at EOF: ``` 0x558b96483a50 0x7f977c004730 eventcb dst eof evbuffer size at EOF: i:0 o:0 i:0 o:0 underlying evbuffer size at EOF: i:0 o:0 i:0 o:2027641...

Just FYI, now I have fixed a couple of issues with sslproxy, and it seems to work fine in your test env too.

It's still in alpha stage. So I don't think we should/can work on it until we see its stable version in package management systems of our supported platforms (Debian has...

Please apply the commit https://github.com/droe/sslsplit/commit/e17de8454a65d2b9ba432856971405dfcf1e7522 and report back.

I don't know why you have closed it, but you could keep this open. I don't know anything about it, so @droe should look into it.