akka / akka/akka-http

HTTP2: Handle SETTINGS - master ticket

Open
#772 1 comment 0 reactions 0 assignees View on GitHub
1 - triaged t:http2
Dominant language
Scala
Stars
1.4k
Forks
584
Avg merge
14h 33m
Merged PRs (30d)
24

Description

Handle all settings defined in the spec, ignore all other ones:

- [x] SETTINGS_HEADER_TABLE_SIZE (0x1): https://github.com/akka/akka-http/issues/776
- [ ] SETTINGS_ENABLE_PUSH (0x2): https://github.com/akka/akka-http/issues/775
- [x] SETTINGS_MAX_CONCURRENT_STREAMS (0x3): https://github.com/akka/akka-http/issues/774
- [x] SETTINGS_INITIAL_WINDOW_SIZE (0x4): https://github.com/akka/akka-http/issues/773
- [x] SETTINGS_MAX_FRAME_SIZE (0x5): https://github.com/akka/akka-http/issues/757
- [ ] SETTINGS_MAX_HEADER_LIST_SIZE (0x6): https://github.com/akka/akka-http/issues/778

Also:
- [ ] Handle SETTINGS_TIMEOUT https://github.com/akka/akka-http/issues/777

Contributor guide

Open the contributing guide

Research direction

Start with the HTTP/2 settings listed in this issue and inspect the linked issues 775, 778, and 777 for the remaining work. Confirm the specification requirements for SETTINGS_ENABLE_PUSH, SETTINGS_MAX_HEADER_LIST_SIZE, and SETTINGS_TIMEOUT. Done means all required settings are handled and unknown settings are ignored.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.