Skip to content

fix(server): remove Sync + Send + 'static trait bound #1331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

mersinvald
Copy link

@mersinvald mersinvald commented Sep 22, 2017

Remove unnecessary for tokio-based async server thait bounds according to Issue #1327

BREAKING CHANGE: server NewService and Http API

Thanks to @LooMaclin for writing this patch in the first place.

remove unnecessary for tokio-based async server thait bounds according to Issue hyperium#1327

BREAKING CHANGE: server NewService and Http API
@mersinvald mersinvald changed the title Removed Sync + Send + 'static trait bound Remove Sync + Send + 'static trait bound Sep 22, 2017
@mersinvald mersinvald changed the title Remove Sync + Send + 'static trait bound fix(server): remove Sync + Send + 'static trait bound Sep 22, 2017
@mersinvald
Copy link
Author

Since this change relaxes the thait requirements should it be concidered as breaking?

@mersinvald
Copy link
Author

Didn't notice the existing PR on the same reason: #1275

@seanmonstar
Copy link
Member

Hey there! Thanks for submitting this!

As you noticed, there was also #1275, and some discussion happened in there around why these bounds existed. I've since finally merged that PR. This should be in 0.11.3 soon!

@mersinvald
Copy link
Author

@seanmonstar that's awesome news! Thank you!

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.

3 participants