Skip to content

Commit

Permalink
QACI-406 Removed incorrect FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Sep 7, 2020
1 parent 09c8e3e commit 255b55a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ public synchronized void writeDownStream(final HttpPacket httpPacket,
}

// if there is nothing to write - return
// FIXME: breaks TrailersTest
if (httpContent == null) {
return;
}
Expand Down

0 comments on commit 255b55a

Please sign in to comment.