topfreegames / pitaya

Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.
MIT License
2.37k stars 480 forks source link

Proxy proto tls fix #387

Closed rsafonseca closed 9 months ago

rsafonseca commented 9 months ago

Fixes proxy protocol implementation to work over TLS TCP Acceptors.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 8006935425

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
app.go 1 2 50.0%
acceptor/tcp_acceptor.go 23 26 88.46%
acceptor/proxyprotowrapper.go 12 38 31.58%
<!-- Total: 36 66 54.55% -->
Files with Coverage Reduction New Missed Lines %
modules/binary.go 2 78.26%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 7991220445: -0.02%
Covered Lines: 4825
Relevant Lines: 7773

💛 - Coveralls