ypiel-talend commented on code in PR #987:
URL: https://github.com/apache/cxf/pull/987#discussion_r957273658
##########
rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java:
##########
@@ -1427,9 +1432,22 @@ private <T extends Exception> T mapException(String msg,
* @throws IOException
*/
protected void handleRetransmits() throws IOException {
+
+ String defaultVerbs =
KNOWN_HTTP_VERBS_WITH_NO_CONTENT.stream().collect(Collectors.joining(","));
Review Comment:
Thanks, you're right.
Done :
https://github.com/apache/cxf/pull/987/commits/af29d1e467a36726d4f8a6f1ee8eab5668f4806e
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]