cbeuw / GoQuiet

A Shadowsocks obfuscation plugin utilising domain fronting to evade deep packet inspection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[gq-server] High CPU occupancy

kimw opened this issue · comments

commented

CPU will be exhausted on HTTP/1.1 & HTTP/2. (HTTP/1.0 is OK)

  • Step 1 - Use the following command on server side,

    gq-server -r 127.0.0.1:8388 -c gqserver.json
  • Step 2 - Try curl command as,

    curl --http1.1 https://127.0.0.1:8388 -vk
    # or
    curl --http2 https://127.0.0.1:8388 -vk

CPU exhausted :(

commented

closed #13