-
Notifications
You must be signed in to change notification settings - Fork 67
Allow http post of binary info #980
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
Conversation
|
See associated ticket for details on how this patch is meant to be used. |
|
FWIW, @manutter51 independently confirmed that this patch worked |
|
@pyrmont The inelegant use of |
|
Oh, I see that I haven't added any associated documentation for this change. Let me do that. |
707d591 to
b7abecc
Compare
|
Rebaselined via force-push. |
|
OK, even though the documentation is thin, we may be OK. We have the fact that (s/def ::body (s/or :string string? :binary vector?))and in the |
pyrmont
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had some questions:
For #651