Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

fix(headers) w3c return values and invalid handling #100

Merged
merged 2 commits into from
Feb 3, 2021

Commits on Jan 27, 2021

  1. fix(headers) w3c return values and invalid handling

    The function was returning an extra value (should_sample) in some cases, which was never used. It has been removed.
    
    It now also early-exits when it finds a problem in the w3c header.
    
    Thanks to @nvx for pointing this out!
    
    Related: #80
    kikito committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    47cd5c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    9c3b346 View commit details
    Browse the repository at this point in the history