Highlights
- Arctic Code Vault Contributor
Pinned
775 contributions in the last year
Contribution activity
January 2021
Created 9 commits in 5 repositories
Created a pull request in seanmonstar/warp that received 4 comments
Opened 4 other pull requests in 3 repositories
hyperium/hyper
2
merged
hyperium/http
1
merged
seanmonstar/reqwest
1
merged
Reviewed 24 pull requests in 10 repositories
hyperium/hyper 8 pull requests
- Remove useless uses of Pin
- feat(body): reexport http_body::SizeHint
- docs(client): fix typo in httpbin.org domain
- Set doc_cfg attribute for `Body::wrap_stream`
- feat(body): add trailers to Body channel (#2260)
- Set doc_cfg attributes for `tcp` feature gated Server methods
- Apply unreachable_pub lint
- Minimize the amount of instantiated code
seanmonstar/warp 4 pull requests
seanmonstar/reqwest 3 pull requests
tokio-rs/tokio 2 pull requests
hyperium/h3 2 pull requests
hyperium/hyperium.github.io 1 pull request
tokio-rs/bytes 1 pull request
hyperium/headers 1 pull request
rust-lang/futures-rs 1 pull request
hyperium/http 1 pull request
Created an issue in hyperium/hyper that received 4 comments
Return an error instead of aborting on panics in C API
The C API will currently abort after catching a panic, for safety reasons. However, we shouldn't abort, but rather catch it and return an error code.
4
comments