Skip to content

feat: add ability to trace handshake #36

feat: add ability to trace handshake

feat: add ability to trace handshake #36

Triggered via pull request February 9, 2024 13:44
Status Success
Total duration 46s
Artifacts

build-refactor.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: internal/controlchannel/controlchannel.go#L1
should have a package comment
lint: internal/optional/optional.go#L1
should have a package comment
lint: internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
lint: internal/packetmuxer/service.go#L193
should replace ws.hardResetCount += 1 with ws.hardResetCount++
lint: internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
lint: internal/tracex/trace.go#L119
parameter 'direction' seems to be unused, consider removing or renaming it as _
lint: internal/tracex/trace.go#L94
parameter 'state' seems to be unused, consider removing or renaming it as _
lint: internal/tlssession/tlsbio.go#L75
parameter 'tt' seems to be unused, consider removing or renaming it as _
lint: internal/tracex/trace.go#L119
parameter 'packet' seems to be unused, consider removing or renaming it as _
lint: internal/tlssession/tlsbio.go#L79
parameter 'tt' seems to be unused, consider removing or renaming it as _