Highlights
- 2 discussions answered
Pinned
741 contributions in the last year
Less
More
Contribution activity
May 2021
Created 8 commits in 4 repositories
Created a pull request in tokio-rs/console that received 11 comments
Setup Task Details view
This starts adding the concept of there being multiple possible "views" of the console. To add a second view, this includes a basic "task details" …
+199
−4
•
11
comments
Opened 4 other pull requests in 3 repositories
hyperium/hyper
2
merged
tokio-rs/console
1
merged
hyperium/hyperium.github.io
1
merged
Reviewed 26 pull requests in 11 repositories
hyperium/hyper 9 pull requests
- Expose error enums (fixes #2462)
- Implement CONNECT support over HTTP/2
- Return Parse::Internal error if there's an illegal header name or value
- feat(http2): allow HTTP/2 requests by ALPN when http2_only is unset
- feat(error): add predicates for too-large and status parse errors
- Allow to config h2 max concurrent reset streams.
- docs(server): add bigger example to server module
- feat(server): add server::Builder::serve_service
-
docs(client): document the guarantees of cloning a
Client
hyperium/h2 6 pull requests
tokio-rs/console 2 pull requests
awslabs/smithy-rs 2 pull requests
seanmonstar/warp 1 pull request
awslabs/aws-sdk-rust 1 pull request
seanmonstar/reqwest 1 pull request
seanmonstar/httparse 1 pull request
rust-lang/futures-rs 1 pull request
hyperium/h3 1 pull request
tower-rs/tower-http 1 pull request
Created an issue in hyperium/hyper that received 2 comments
Change parse assertion into an error log in release
As I mentioned in #2534, I believe we should adjust that internal assertion to not panic in release mode. The purpose of that check is to ensure that
2
comments