Add a note about LLHTTP_STRICT_MODE to the package description

This commit is contained in:
Benjamin A. Beasley 2021-12-24 14:53:14 -05:00
parent 4e3f8a3f34
commit b549350a8f
1 changed files with 3 additions and 0 deletions

View File

@ -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