We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2618b commit 21ed9ebCopy full SHA for 21ed9eb
core/src/main/java/feign/Client.java
@@ -233,7 +233,7 @@ else if (field.equals(ACCEPT_ENCODING)) {
233
}
234
235
if (body == null && request.httpMethod().isWithBody()) {
236
- // To use this Header, set sun.net.http.allowRestrictedHeaders true.
+ // To use this Header, set 'sun.net.http.allowRestrictedHeaders' property true.
237
connection.addRequestProperty("Content-Length", "0");
238
239
0 commit comments