-
It would seem that the patch brought forth some issues.
We panic at https://github.com/hyperium/h2/blob/af4bcacf6d3770e9e3dc10fdc631fc8c0bdd472b/src/proto/streams/streams.rs#L146, causing us to pan…
-
Could we build an installer for `aarch64-pc-windows-msvc` ? (I'm working on Surface Pro X)
-
In 1.0, we've split hyper::server::conn::Connection into per-version types. To ease upgrading (see https://github.com/hyperium/hyper/issues/3052), we can backport the addition of the two modules, hype…
-
```rust
---- elements::module::integration_tests::const_ stdout ----
thread 'elements::module::integration_tests::const_' panicked at 'Should be deserialized: HeapOther("Can\'t read from the file: O…
-
**Version**
0.14.27
**Platform**
Linux ubuntu 4.15.0-213-generic # 224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
**Short Description of the issue**
Client network…
-
> Lenient `hyper` header parsing of `Content-Length` could allow request smuggling
| Details | |
| ------------------- | ------------------…
-
@seanmonstar As described in the issue in hyper, I think the size of the slab should be limited to max_concurrent_streams + max_concurrent_reset_streams . When the size of the slab exceeds the upper…
-
-
> Integer overflow in `hyper`'s parsing of the `Transfer-Encoding` header leads to data loss
| Details | |
| ------------------- | ----…
-
## Feature Request
### Crates
`tonic`
### Motivation
For testing purposes it would be good if there was a way to retrieve the port a server is listening on when it was started without a sp…