-
Hi,
I'm building a server which auto updates, but when it restarts I get "address in use" exceptions. As far as I can tell from https://github.com/hyperium/hyper/issues/1575 I need to set reuse_add…
-
## Feature Request
### Crates
### Motivation
* Create Server from Tokio TcpListener
![image](https://user-images.githubusercontent.com/43533178/193508717-6f8f57b9-8ad1-4b81-8a04-e52f398cf8…
-
Only found this: https://github.com/hyperium/hyper/commit/d127201ef22b10ab1d84b3f2215863eb2d03bfcb. In general, all features should be documented esp. if they are mentioned in e.g. the changelog (i.e.…
-
hi
i want to convert a http reqeust to a sockaddr like the golang hijack.
https://pkg.go.dev/net/http#Hijacker
i try to follow the example https://github.com/hyperium/hyper/blob/master/…
-
I am currently using the low-level Http server API, which seems to suit my usage much better (https://github.com/hyperium/hyper/issues/2321)
But I am wondering how can I do a graceful shutdown, I c…
-
Version: `hyper = "0.12.7"`
I see the lack of access to a URL fragment has been discussed previously: https://github.com/hyperium/hyper/issues/1345
I can see the reasoning for not allowing easy …
-
Get steward to compile for Web Assembly. Currently, these modules are blocking this:
* [Socket2](https://github.com/rust-lang/socket2/issues/268): axum->hyper->socket2, axum->hyper->h2->tokio->socket…
rjzak updated
2 years ago
-
In the hyperium_http module, it will panic when inserting into the http-types's internal header's hashmap.
I'm not sure what is the reason for this panic? Since it's called on a newly created Header,…
-
In all cases, outer TLS termination would be handled by Cloud or something else, so it does not seem useful to have this added logic in our TCB for examples only.
-
> Lenient `hyper` header parsing of `Content-Length` could allow request smuggling
| Details | |
| ------------------- | ------------------…