Skip to content

Commit

Permalink
Update Sources/WebSocketKit/PMCE.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
  • Loading branch information
jhoughjr and gwynne committed Aug 29, 2023
1 parent bb94d95 commit 7d27fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebSocketKit/PMCE.swift
Expand Up @@ -198,7 +198,7 @@ public final class PMCE: Sendable {
if trimmedName == DeflateHeaderParams.cmwb {

if let arg = splits.last {
let trimmed = arg.replacingOccurrences(of: "\"",
let trimmed = arg.replacing("\"", with: "")
with: "")
foo.cbits = UInt8(trimmed)
}
Expand Down

0 comments on commit 7d27fba

Please sign in to comment.