Pavel Vazharov

Results 8 comments of Pavel Vazharov

At what level do you want to identify it? I mean, in some application, in the firewall? We the following iptables rule to identify UTP SYN packets and redirect them...

You can identify the FIN (1) and RST (3) packets by similar rule functionality because the length of the UTP packet in these cases is always 20 bytes. However, the...

I'm OK to do a pull request but I'm not sure against which branch to do it?

My bad. I'm not very accustomed to this pattern yet. Do you think I should add the `sdk_assert` in `TSHttpTxnServerPush` or I should add the check with the `if (len...

Updated the pull request. Overall the situation with this "maybe-negative-length" pattern is a bit confusing (at least for me). I mean, if there this usage: ``` void some_exported_API(const char* str,...

It seems to me that this version of the function `uint64_t read(const TSIOBufferReader &r, std::string &o, int64_t l = 0)` is called by `void Handler::data(const TSIOBufferReader r, const int64_t l)`...

Hi there, Is there some workaround for inserting into a column with variant type while using the `ch-go` library? Can the `ColAuto` type be used somehow to achieve it?

Thank you for the response. I'm not allowed to change the server DDL. Will it work if I make `ColVariant` type for our specific use case so that it implements...