Skip to content

Commit

Permalink
Merge branch '5.4.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonstantine committed Jan 23, 2020
2 parents 16c8626 + c566e83 commit 59bafb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public static ConfigDef newConfigDef() {
Type.BOOLEAN,
HEADERS_USE_EXPECT_CONTINUE_DEFAULT,
Importance.LOW,
"Enable/disable use of the HTTP/1.1 handshake using EXPECT: 100-CONTINUE during "
"Enable or disable use of the HTTP/1.1 handshake using EXPECT: 100-CONTINUE during "
+ "multi-part upload. If true, the client will wait for a 100 (CONTINUE) response "
+ "before sending the request body. Else, the client uploads the entire request "
+ "body without checking if the server is willing to accept the request.",
Expand Down

0 comments on commit 59bafb0

Please sign in to comment.