qdztxc

Results 8 comments of qdztxc

I tried windows platform + clang compiler. robin_hood performs as fast as MSVC. The performance dropdown of linux seems casued by OS instead of compiler.

may change to private: distance_type m_dist_from_ideal_bucket; bool m_last_bucket; alignas(value_type) std::byte m_value[sizeof(value_type)];

reference: https://www.editcode.net/ask/245020.html

Then I try ./bin/lws-minimal-ws-server -s ./bin/lws-minimal-ws-client-ping --server localhost --port 7681 It failed with [2024/04/30 13:22:02:7001] N: __lws_lc_tag: ++ [wsicli|1|WS/h1/default/localhost] (1) [2024/04/30 13:22:02:7001] I: lws_header_table_attach: [wsicli|1|WS/h1/default/localhost]: ah (nil) (tsi 0, count...

Is there a way to make above examples work? I plan to do test with and without SSL.

this seems caused by http proxy setting export http_proxy = http://127.0.0.1:6721 actually the lws client and server deosn't require the proxy to connect. Is there a way to specify to...

Is there a way to set whether to use proxy in lws code? I'd like to implement program as 'try connect with proxy' -> fail -> 'try connect without proxy'

支持,这个很需要