论坛元老
 
- 威望
- 0
- 贡献
- 45
- 热心值
- 0
- 金币
- 5270
- 注册时间
- 2020-8-31
|
基于 HttpHelper万能框架V2.2 源码基础 上,修复了cookie 合并的问题,以及 ssl 基础连接已关闭的问题。
1, cookie 修复
internal static string GetMergeCookie(string oldCookie, string newCookie)
{
if (!string.IsNullOrEmpty(oldCookie) && !string.IsNullOrEmpty(newCookie))
{
if
|
|