Netty 4 Does Not Send Request Body
Open
Nobody has claimed this yet.
Bug
- Dominant language
- Java
- Stars
- 341
- Forks
- 79
- Avg merge
- 12d 52m
- Merged PRs (30d)
- 2
Description
When using Netty4ClientHttpRequestFactory request bodies are not send to the server.
Expected Behavior
Request body is transmitted.
Actual Behavior
Server observes empty request body.
Steps to Reproduce
See https://github.com/zalando/riptide/commit/a85ce45b88f9385a37f348a37ece37af45d73ac3.
Your Environment
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Netty4ClientHttpRequestFactory and reproduce the issue using the linked zalando/riptide commit a85ce45b88f9385a37f348a37ece37af45d73ac3, comparing it with version commit 797dc47da604ab5346eff5e4bf3b699bb29a8e6f. Trace request handling until the server observes the body, then verify that request bodies are transmitted rather than empty.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100