lib/protocol/hpack/context.rb in protocol-hpack-1.5.0 vs lib/protocol/hpack/context.rb in protocol-hpack-1.5.1

- old
+ new

@@ -3,10 +3,10 @@ # Released under the MIT License. # Copyright, 2018-2024, by Samuel Williams. # Copyright, 2024, by Maruth Goyal. # Copyright, 2024, by Nathan Froyd. -require_relative 'huffman' +require_relative "huffman" module Protocol # Implementation of header compression for HTTP 2.0 (HPACK) format adapted # to efficiently represent HTTP headers in the context of HTTP 2.0. #