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:
Davide De Rosa 2018-09-07 15:22:03 +02:00
parent 828d32beb8
commit e9032e5490
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ extension SessionProxy {
compressionFraming = .compress
default:
compressionFraming = .disabled
break
}
}