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 80c6e28 commit 2f1c564Copy full SHA for 2f1c564
core-httpclient-impl/src/main/java/com/optimizely/ab/config/HttpProjectConfigManager.java
@@ -94,7 +94,7 @@ public String getDatafileFromResponse(HttpResponse response) throws NullPointerE
94
}
95
return EntityUtils.toString(entity, "UTF-8");
96
} else {
97
- throw new ClientProtocolException("unexpected response from event endpoint, status: " + status);
+ throw new ClientProtocolException("unexpected response when trying to fetch datafile, status: " + status);
98
99
100
0 commit comments