Skip to content

Commit d302085

Browse files
committed
Fix handling of stream priority.
1 parent 3e0ebcd commit d302085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol/http2/stream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def process_headers(frame)
275275
priority, data = frame.unpack
276276

277277
if priority
278-
self.process_priority(priority)
278+
@dependency.process_priority(priority)
279279
end
280280

281281
@connection.decode_headers(data)

0 commit comments

Comments
 (0)