1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)Go1,537 forks (1,537 forks)batch import
featuregood first issuelower prionew-httptriage
Repository metrics
- Stars
- 30,564 stars (30,564 stars)
- PR merge metrics
- Avg merge 11d 15h (Avg merge 11d 15h)47 merged PRs in 30d (47 merged PRs in 30d)
Description
We probably should consider properly implementing HTTP/2 Server Push, once we have the rest of the infrastructure needed for it (like per-VU event loops).
Contributor guide
- Research direction
- Investigate the HTTP/2 specification for Server Push, study k6's current HTTP/2 implementation and per VU event loops, and propose a design for integrating Server Push.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoHTTP/2