Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Support binary data in "body" #68

Closed
wants to merge 14 commits into from
Closed

Support binary data in "body" #68

wants to merge 14 commits into from

Conversation

soal
Copy link

@soal soal commented Feb 7, 2018

This is raw implementation for working with binary data in "body" block.
If client and server work in binary mode, command and headers splits and converted in strings and and leave the body intact.

PR addresses problem described here #21

I think some review, testing and polish is needed, but it seems to work.

@soal soal changed the title Supporting binary data in "body" Support binary data in "body" Feb 7, 2018
@JSteunou
Copy link
Owner

JSteunou commented Jul 3, 2018

Could you make this PR cleaner / clearer without pushing the dist files?

@soal
Copy link
Author

soal commented Jul 3, 2018

Since you have dist files in the repo, I can't just remove them from tree source, so I don't know how to do it.
I think it needs another PR.

@soal soal closed this Jul 3, 2018
@JSteunou
Copy link
Owner

JSteunou commented Jul 3, 2018

Sure this repo have dist files, but in any project, when making a PR, you must only push changed in source files so they can be picked and merged. Only the maintainer will build tag release publish etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants