Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 40 million developers on GitHub.
Sign up for free See pricing for teams and enterprises
seanmonstar
released this
- Add server support for
PUSH_PROMISEs (#327). - Add
server::Connection::set_initial_window_sizeandclient::Connection::set_initial_window_sizewhich can adjust theINITIAL_WINDOW_SIZEsetting on an existing connection (#421). - Update to
httpv0.2. - Update to
tokiov0.2. - Update from
futures0.1 tostd::future::Future. - Change
unstable-streamfeature tostream. - Change
ReserveCapacitytoFlowControl(#423). - Change
Streamimplementations to the optionalstreamcargo feature, default disabled. Specific async and poll functions are now inherent, andStreamcan be re-enabled with thestreamcargo feature. - Remove
From<io::Error>forError.