Skip to content

Commit

Permalink
Drop the empty fragments from the final request
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Jul 22, 2024
1 parent ba6d7ea commit 33bcad5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ fetchTheCandidate
where
trimFragmentsToCandidate candidate fragments =
let trimmedFragments =
filter (not . AF.null) $
mapMaybe
( \fragment ->
-- 'candidate' is anchored at the immutable tip, so we don't
Expand Down

0 comments on commit 33bcad5

Please sign in to comment.