Skip to content

Moving HTTPBodySource out of http folder and renaming to BodySource #1336

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

Merged
merged 1 commit into from
Nov 28, 2017

Conversation

saiHemak
Copy link
Contributor

@saiHemak saiHemak commented Nov 27, 2017

HTTPBodySource.swift should be platform agnostic. Basically this class deals with conversion of DispatchData to Data and vice-versa. Hence this functionality is not protocol specific.

For eg:
It can be used to read the data received from data port in case of FTP too.[Refer #1122 for more details]

Hence, moving out and renaming it .

This PR is actually part of #1216

@saiHemak
Copy link
Contributor Author

@alblue @pushkarnk @xwu Please review

@alblue
Copy link
Contributor

alblue commented Nov 28, 2017

Looks good to me.

@swift-ci please test

@alblue
Copy link
Contributor

alblue commented Nov 28, 2017

@swift-ci please test and merge

@swift-ci swift-ci merged commit b21a90f into swiftlang:master Nov 28, 2017
@saiHemak saiHemak deleted the bodysource branch December 22, 2017 08:10
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