aladdinding 最近的时间轴更新
aladdinding

aladdinding

V2EX 第 441543 号会员,加入于 2019-09-17 09:53:12 +08:00
根据 aladdinding 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
aladdinding 最近回复了
2 天前
回复了 nigga 创建的主题 NGINX 最好的免费开源 Nginx 监控审计日志工具?
腾讯云日志服务
推特你关注一个活跃大佬,就会慢慢给你推送的
39 天前
回复了 iorilu 创建的主题 程序员 现在还有多少开发觉得一定要用 mac 的
win 找个好用的剪切板历史都找不到
冲冲冲
56 天前
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@picone 准确的说还有 proxy

// connectMethod is the map key (in its String form) for keeping persistent
// TCP connections alive for subsequent HTTP requests.
//
// A connect method may be of the following types:
//
// connectMethod.key().String() Description
// ------------------------------ -------------------------
// |http|foo.com http directly to server, no proxy
// |https|foo.com https directly to server, no proxy
// |https,h1|foo.com https directly to server w/o HTTP/2, no proxy
// http://proxy.com|https|foo.com http to proxy, then CONNECT to foo.com
// http://proxy.com|http http to proxy, http to anywhere after that
// socks5://proxy.com|http|foo.com socks5 to proxy, then http to foo.com
// socks5://proxy.com|https|foo.com socks5 to proxy, then https to foo.com
// https://proxy.com|https|foo.com https to proxy, then CONNECT to foo.com
// https://proxy.com|http https to proxy, http to anywhere after that
type connectMethod struct {
_ incomparable
proxyURL *url.URL // nil for no proxy, else full proxy URL
targetScheme string // "http" or "https"
// If proxyURL specifies an http or https proxy, and targetScheme is http (not https),
// then targetAddr is not included in the connect method key, because the socket can
// be reused for different targetAddr values.
targetAddr string
onlyH1 bool // whether to disable HTTP/2 and force HTTP/1
}
56 天前
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@Reficul MaxIdleConns MaxIdleConns 默认都是 0 ,没有限制的
56 天前
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@sadfQED2 加了 DisableKeepAlives:true 临时解决的
56 天前
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@aladdinding 对外请求是很多域名+不同的 http 代理
关于   ·   帮助文档   ·   博客   ·   nftychat   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5366 人在线   最高记录 5634   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 02:07 · PVG 10:07 · LAX 19:07 · JFK 22:07
Developed with CodeLauncher
♥ Do have faith in what you're doing.