Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 2, 2024
1 parent b390d76 commit f45c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protocol/http1/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def write_connection_header(version)
def write_upgrade_header(upgrade)
@stream.write("connection: upgrade\r\nupgrade: #{upgrade}\r\n")
end

# Indicates whether the connection has been hijacked meaning its
# IO has been handed over and is not usable anymore.
# @return [Boolean] hijack status
Expand Down

0 comments on commit f45c5bf

Please sign in to comment.