Skip to content

Update to Tokio 0.2#428

Merged
seanmonstar merged 1 commit intomasterfrom
tokio-up
Nov 27, 2019
Merged

Update to Tokio 0.2#428
seanmonstar merged 1 commit intomasterfrom
tokio-up

Conversation

@seanmonstar
Copy link
Copy Markdown
Member

@seanmonstar seanmonstar commented Nov 26, 2019

Closes #427

@seanmonstar
Copy link
Copy Markdown
Member Author

Status: the hpack encoder was depending on the non-growing nature of BytesMut, and so tests are breaking now that BytesMut will grow.

I'm working on adjusting it to take a Limit to prevent the growing.

@seanmonstar seanmonstar force-pushed the tokio-up branch 3 times, most recently from 262e9cc to 06e40a5 Compare November 27, 2019 22:11
@seanmonstar
Copy link
Copy Markdown
Member Author

Looks like minimal-versions is failing because tokio-util doesn't use an up-to-date enough log...

@carllerche
Copy link
Copy Markdown
Collaborator

we can remove the log dep from tokio-util. Probably easiest.

@seanmonstar seanmonstar merged commit 4398e16 into master Nov 27, 2019
@seanmonstar seanmonstar deleted the tokio-up branch November 27, 2019 22:54
@CryZe CryZe mentioned this pull request Nov 28, 2019
6 tasks
gila pushed a commit to gila/h2 that referenced this pull request Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to tokio 0.2

2 participants