mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-26 15:46:31 +00:00
Merge branch 'trough-dedup' into ait-qa
* trough-dedup: give me some space
This commit is contained in:
@@ -374,7 +374,7 @@ public class TroughClient {
|
||||
try {
|
||||
HttpURLConnection connection = httpRequest("POST", url, "application/sql", sql, TEN_MINUTES_MS);
|
||||
if (connection.getResponseCode() != 200) {
|
||||
throw new TroughException("unexpected response" + connection.getResponseCode() + " "
|
||||
throw new TroughException("unexpected response " + connection.getResponseCode() + " "
|
||||
+ connection.getResponseMessage() + ": " + responsePayload(connection)
|
||||
+ " from " + url + " to query: " + sql);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user