Use compression framing description
This commit is contained in:
parent
7b96247c72
commit
09210b727a
|
@ -902,7 +902,7 @@ public class SessionProxy {
|
|||
|
||||
let pushedFraming = pushReply.compressionFraming
|
||||
if let negFraming = pushedFraming {
|
||||
log.info("\tNegotiated compression framing: \(negFraming.rawValue)")
|
||||
log.info("\tNegotiated compression framing: \(negFraming)")
|
||||
}
|
||||
if let negPing = pushReply.ping {
|
||||
log.info("\tNegotiated keep-alive: \(negPing) seconds")
|
||||
|
|
Loading…
Reference in New Issue