#!/bin/sh
set -ex
version=v2.9.2
curl -fsSLo include/measurement_kit/internal/vendor/http_parser.h              \
    https://raw.githubusercontent.com/nodejs/http-parser/$version/http_parser.h
curl -fsSLo src/libmeasurement_kit/vendor/http_parser.c                        \
    https://raw.githubusercontent.com/nodejs/http-parser/$version/http_parser.c
