From b549350a8ff0be252d7901556ff19f28a2fd4859 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 24 Dec 2021 14:53:14 -0500 Subject: [PATCH] Add a note about LLHTTP_STRICT_MODE to the package description --- llhttp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llhttp.spec b/llhttp.spec index 3378162..d160f73 100644 --- a/llhttp.spec +++ b/llhttp.spec @@ -77,6 +77,9 @@ This project is a port of http_parser to TypeScript. llparse is used to generate the output C source file, which could be compiled and linked with the embedder's program (like Node.js). +This copy of the library is compiled with LLHTTP_STRICT_MODE set to 0 +(disabled), which is the default. + %package devel Summary: Development files for llhttp