Skip to content

Pull requests: apache/pekko-http

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

feat: bound the number of parts in a multipart entity
#1266 opened Aug 31, 2026 by pjfanning Member Loading…
feat: allow empty HTTP/2 DATA frames to be throttled
#1265 opened Aug 31, 2026 by pjfanning Member Loading…
feat: bound the size of an incoming HTTP/2 frame
#1264 opened Aug 31, 2026 by pjfanning Member Loading…
docs: warn that getFromResource does not filter its resource name
#1263 opened Aug 31, 2026 by pjfanning Member Loading…
fix: require every Origin to be allowed on a CORS request
#1262 opened Aug 31, 2026 by pjfanning Member Loading…
fix: drop rendered headers containing NUL as well as CR and LF
#1260 opened Aug 31, 2026 by pjfanning Member Loading…
fix: drop HTTP/2 header fields containing CR, LF or NUL
#1258 opened Aug 31, 2026 by pjfanning Member Loading…
fix: reject whitespace between chunk-size digits
#1257 opened Aug 31, 2026 by pjfanning Member Loading…
fix: prevent CRLF injection through chunk trailers and extensions
#1256 opened Aug 31, 2026 by pjfanning Member Loading…
fix: count repeated Connection headers towards max-header-count
#1255 opened Aug 31, 2026 by pjfanning Member Loading…
docs: modernize HTTP/2 ALPN and h2c guidance
#1253 opened Aug 30, 2026 by samueleresca Member Loading…
fix: keep the HPACK decoder usable after a header fails to parse
#1252 opened Aug 30, 2026 by pjfanning Member Loading…
hpack: decode header blocks from any InputStream, without copying
#1251 opened Aug 30, 2026 by pjfanning Member Loading…
Add a draft threat model and wire it for discoverability
#1242 opened Aug 27, 2026 by potiuk Member Loading…
fix: do not send a response body to HTTP/2 HEAD requests
#1239 opened Aug 26, 2026 by pjfanning Member Loading…
perf: avoid copying WebSocket deflate/inflate output
#1235 opened Aug 25, 2026 by pjfanning Member Loading…
perf: decode parser byte ranges in bulk instead of char by char
#1229 opened Aug 24, 2026 by pjfanning Member Loading…
perf: hand ByteBuffers to Inflater and CRC32 in the coding stages
#1228 opened Aug 24, 2026 by pjfanning Member Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.