You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After httpx discovers a new URL, if the open port associated with that URL was already seen as an internal event (e.g. from speculate), it will be erroneously deduped, and won't make it into the output.
The text was updated successfully, but these errors were encountered:
This was due to _outgoing_dedup_hash() not taking .internal into consideration. So modules that emitted the same event multiple ties under different conditions would inadvertently lose data.
After
httpx
discovers a new URL, if the open port associated with that URL was already seen as an internal event (e.g. from speculate), it will be erroneously deduped, and won't make it into the output.The text was updated successfully, but these errors were encountered: