const github.com/refraction-networking/utls.BuildByUtls
8 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L80: if hs.uconn != nil && hs.uconn.clientHelloBuildStatus == BuildByUtls {
handshake_client_tls13.go#L457: if hs.uconn != nil && hs.uconn.clientHelloBuildStatus == BuildByUtls {
handshake_client_tls13.go#L612: if hs.uconn != nil && hs.uconn.clientHelloBuildStatus == BuildByUtls {
handshake_client_tls13.go#L632: if hs.uconn != nil && hs.uconn.clientHelloBuildStatus == BuildByUtls {
u_conn.go#L26: const BuildByUtls ClientHelloBuildStatus = 1
u_conn.go#L127: uAssert(uconn.clientHelloBuildStatus == BuildByUtls || uconn.clientHelloBuildStatus == NotBuilt, "BuildHandshakeState failed: invalid call, client hello has already been built by go-tls")
u_conn.go#L158: uconn.clientHelloBuildStatus = BuildByUtls
u_handshake_client.go#L468: if ech != nil && c.clientHelloBuildStatus != BuildByUtls {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |