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 40 million developers.
Sign up
Pinned
1,496 contributions in the last year
Contribution activity
March 2020
Created a pull request in seanmonstar/warp that received 2 comments
- Replace futures mpsc with tokio mpsc in client dispatcher
- chore(ci): re-enable minimum rust version (1.39)
- fix(server): fix panic in Connection::graceful_shutdown
- Fix Body size of tests on 32-bit architecture
- feat(http2): add HTTP2 keep-alive support for client and server
- fix(http1): try to drain connection buffer if user drops Body
- Prepare v0.13.3
- refactor(http2): store bdp sampler in Body H2 variant
- Implement host filter for parsing the host from the authority (http/2) or parsing the host header (http/1.x)
- Set Remote Addr for Test Request Builder
- chore: Update pretty_env_logger to 0.4
- Allow the max frame size to be set for a websocket
- Add Compression Filters
- Add try_bind_with_graceful_shutdown
- add ext::with_mut
- add `tuple_args` filter combinator
- Add request_headers to Log Info
Created an issue in tokio-rs/loom that received 2 comments
Atomics with_mut doesn't match std
In 0.3, the Atomic* types lost the get_mut() methods, and replaced them with with_mut(). A problem now is that the atomics from std don't have with…
2
comments