Skip to content

Commit 3bc8854

Browse files
committed
temporarily disable ignore list
1 parent 0e0df97 commit 3bc8854

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jflowinspector/src/main/java/io/tomahawkd/jflowinspector/config/CommandlineDelegate.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,13 @@ public void postParsing() {
226226
// threads
227227
if (flowThreads < 1) flowThreads = 1;
228228
if (flowQueueSize < 0) flowQueueSize = 256;
229+
230+
// Ignoring http features could cause IllegalArgumentException
231+
// due to the missing of the http packet count which is held
232+
// by the HttpFeatureAdapter.
233+
// Here we temporarily ignores the list until we deal with
234+
// this problem.
235+
this.ignoreList.clear();
229236
}
230237

231238
private String generateOutputFileName(LocalFile input, boolean oneFile) {

0 commit comments

Comments
 (0)