takraj commented on code in PR #10919:
URL: https://github.com/apache/nifi/pull/10919#discussion_r2827600424
##########
nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/replication/client/TestStandardHttpReplicationClient.java:
##########
@@ -69,6 +70,18 @@ class TestStandardHttpReplicationClient {
private static final String APPLICATION_JSON = "application/json";
+ private static final String TRANSFER_ENCODING_LOWERCASED =
"transfer-encoding";
+
+ private static final String CHUNKED = "chunked";
+
+ public static final String CONNECTION_LOWERCASED = "connection";
+
+ public static final String KEEP_ALIVE = "keep-alive";
+
+ public static final String HOST_LOWERCASED = "host";
+
+ public static final String EXAMPLE_HOST = "example.com";
Review Comment:
done in 0521d7f
--
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]