Sean McArthur
Sean McArthur
As part of the 1.0 launch, we should polish https://hyper.rs. The repo to do so is in https://github.com/hyperium/hyperium.github.io. This is a list of things I came up with, many can...
This is an action item of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve). We have a pile of issues and pull requests that don't get regularly reviewed, and new issues that...
This is an action item of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve): > There is a [triage guide](https://hyper.rs/contrib/issues/#triaging) for bug reports, which is a good thing. But that doesn’t mean...
One of the action items of the [COE on hyper's surprise CVE](https://seanmonstar.com/post/715784167270596608/coe-surpise-hyper-cve) is to convert the existing bug report template from markdown to a form. This page may help with...
The `http1_header_read_timeout` used to start once there was a single read of headers. This change makes it start the timer immediately, right when the connection is estabilished. Closes #3178 cc...
Besides a connector and pool, the `Client` from 0.14.x did many small things that should be decomposed into pieces in `hyper-util`, so users can choose to compose the parts they...
It would likely help to discuss in this issue what should go into #3103, and what is useful in a guide format.
Guides are seen at https://hyper.rs/guides/1/ (compare to previous guides https://hyper.rs/guides/0.14/) - [x] server hello world - [x] server echo - [ ] server graceful shutdown - [ ] client getting...
In order to ease the upgrade from 0.14.x to 1.0, a big help would be to backport additions from 1.0, and add deprecation warnings of things that will go away....
This is a meta tracking issue for the hyper v1.0 release. ## Background - [v1.0 timeline][] - [hyper's VISION][] - [v1.0 ROADMAP][] - [v1.0.0-rc.1][] - [hyper polish period][] ## Currently...