Leave nil if push option parsed but unrecognized
For whatever reason. Do not override with .disabled when not necessarily intended.
This commit is contained in:
parent
828d32beb8
commit
e9032e5490
|
@ -384,7 +384,7 @@ extension SessionProxy {
|
|||
compressionFraming = .compress
|
||||
|
||||
default:
|
||||
compressionFraming = .disabled
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue