Skip to content
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

Fix multipart/mixed POST 400 because adding Content_Length (#1810) #1811

Closed
wants to merge 1 commit into from

Conversation

wind13
Copy link

@wind13 wind13 commented Oct 30, 2022

…eader (#1810)

@wind13
Copy link
Author

wind13 commented Oct 30, 2022

I found the solution of this problem, it is because the end-of-line problem. I am using \n in my code, but it is calculate with \r\n in the feign-core RequestTemplate.java.

So it is no need to fix then. Sorry, I will close this issue then.

@wind13 wind13 closed this Oct 30, 2022
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.

1 participant