Skip to content

Releases: huangfeidian/http-proxy

persist connection between client and server

22 Mar 06:43
Compare
Choose a tag to compare

to reduce the lag because of the handshake between client and server, this version has client_persist and server_persist with long connection.

cpp 17 version

26 Jan 14:22
Compare
Choose a tag to compare

standalone asio with cpp 17
asio https://github.com/chriskohlhoff/asio/tree/asio-1-12-branch
spdlog master
json master