Skip to content

Commit 0a1e490

Browse files
committed
Update README.md to document lack of support for zero-copy with InputStreamPart
1 parent 7ab6f45 commit 0a1e490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ This part can be of type:
113113
* `InputStreamPart`
114114
* `StringPart`
115115

116+
**NOTE**: `InputStreamPart` does not support zero-copy transfers. Explicitly disable zero-copy using `config.setDisableZeroCopy(true)` when one of the body parts is an `InputStreamPart`.
117+
116118
### Dealing with Responses
117119

118120
#### Blocking on the Future

0 commit comments

Comments
 (0)