Sha256: 636f8ab45c38f18fd3ec418d0d1168847c9b20372b97ad898410d12e93c04e65

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 Bytes

Contents

# Releases

## Unreleased

### Added Priority Update Frame and Stream Priority

HTTP/2 has deprecated the priority frame and stream dependency tracking. This feature has been effectively removed from the protocol. As a consequence, the internal implementation is greatly simplified. The `Protocol::HTTP2::Stream` class no longer tracks dependencies, and this includes `Stream#send_headers` which no longer takes `priority` as the first argument.

Optional per-request priority can be set using the `priority` header instead, and this value can be manipulated using the priority update frame.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
protocol-http2-0.22.0 releases.md