Skip to content

Releases: lxrite/azure-http-proxy

1.1

12 Nov 16:59
403b0df
Compare
Choose a tag to compare

ahps & ahpc:

  1. C++标准升级到C++17;
  2. 移除对boost.regex、boost.any、boost.optional的依赖;
  3. 网络库修改为Netwoking TS(移除对boost.asio的依赖);
  4. OpenSSL升级到OpenSSL3;
  5. 命令行参数优化#16
  6. 新的身份校验方案#17
    ……

ahps:

  1. 修复HTTP Header字段名包含空格解析不正确的问题#5
  2. 非Windows平台对socket设置SO_REUSEADDR选项;
  3. 修复包含IPv6地址的URL解析问题;
    ……

1.0

12 Mar 05:31
Compare
Choose a tag to compare
1.0

ahps:
1.修正请求方法为POST或PUT时,可能发送不正确的数据到原始服务器的问题。

ahpc:
(无改动)

ahpc-gui:
1.最小化时隐藏到任务栏托盘图标。

1.0-beta

25 Feb 14:41
Compare
Choose a tag to compare

ahps:
1.修正请求头或响应头头域为空时无法正常解析的问题;
2.修正http_chunk_checker::check中一处可能断言失败的问题;
3.修正http_proxy_server_connection::report_error中使用成员变量request_header前,未检查其有效性的问题。

ahpc:
(无改动)

ahpc-gui:
(无改动)

v1.0-pre-release

15 Feb 14:41
Compare
Choose a tag to compare
v1.0-pre-release Pre-release
Pre-release
Update README.md