Boshi Lian

Results 223 comments of Boshi Lian

有个macro 用来计算 `websocket_server_encoded_header_length` 不过返回没有坏处

多于65535 会自动拆成 多个 websocket frame 自动 实践上 如果过大 浏览器 端 也不好处理 容易出现卡顿 这个值相当于MTU 个人觉得目前的大小足够了

any protocol on top of tcp is supported in theory you have to decode it from websocket side

I am sure ssl is fine but seems conflict with http2

anther question is why do you want websock over http2?

link github/certstore#20, I fixed PSS when remove cgo as well

> @tg123 Thanks a lot for this, it's very helpful! Could you please add an example on how to use this for TLS cert authentication? I guess the whole thing...

> @tg123 thanks, and this is what i did, but i get: "tls: failed to sign handshake: bad private key" (( > > Here's my further code to the request,...

> I was using this until I ran into #116 failing to prompt for smart card PIN. after using syscall? do you mean it works on cgo?

@jspraul https://github.com/tg123/certstore/blob/2c9b55e04c6d99a32cd9cdd0b71c74acf3b834d7/certstore_windows.go#L309 ``` windows.CRYPT_ACQUIRE_SILENT_FLAG ```