Skip to content

Commit 690673a

Browse files
committed
Upgrade is split header.
1 parent 9f87ad1 commit 690673a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/protocol/http/headers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def merge(headers)
350350

351351
# Connection handling:
352352
"connection" => Header::Connection,
353-
"upgrade" => false,
353+
"upgrade" => Header::Split,
354354

355355
# Cache handling:
356356
"cache-control" => Header::CacheControl,

0 commit comments

Comments
 (0)