Skip to content

Commit 591ff8e

Browse files
committed
accept.go: Comment typo
1 parent 20b8838 commit 591ff8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accept.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func selectDeflate(extensions []websocketExtension, mode CompressionMode) (*comp
244244
}
245245
for _, ext := range extensions {
246246
switch ext.name {
247-
// We used to implement x-webkit-deflate-fram too but Safari has bugs.
247+
// We used to implement x-webkit-deflate-frame too for Safari but Safari has bugs...
248248
// See https://github.com/nhooyr/websocket/issues/218
249249
case "permessage-deflate":
250250
copts, ok := acceptDeflate(ext, mode)

0 commit comments

Comments
 (0)