Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
905 contributions in the last year
Contribution activity
December 2020
Created 5 commits in 2 repositories
Created 1 repository
- seanmonstar/quinn Rust
Created a pull request in hyperium/h3 that received 1 comment
Fix h3-quinn receiving of ordered data
This fixes some bugs that existed due to the trickiness of unordered reads. With this change, I'm able to get the client example (#25) to download …
Reviewed 12 pull requests in 6 repositories
seanmonstar/warp 3 pull requests
hyperium/http 3 pull requests
seanmonstar/reqwest 2 pull requests
hyperium/hyper 2 pull requests
rust-lang/futures-rs 1 pull request
curl/curl 1 pull request
Created an issue in quinn-rs/quinn that received 1 comment
Add RecvStream::recv(), a middleground between read() and read_unordered()
This is a request to add a recv like method to RecvStream, which yields Bytes but still ordered.
There are currently two main ways of reading data …

