doc: add maintenance notice to readme

I'm moving on and as the last (semi-)active maintainer, that means
http-parser is now effectively unmaintained.

Refs: https://github.com/nodejs/http-parser/issues/522
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Ben Noordhuis
2020-10-02 03:20:28 +02:00
parent 4f15b7d510
commit ec8b5ee63f

View File

@@ -1,6 +1,9 @@
HTTP Parser
===========
http-parser is [**not** actively maintained](https://github.com/nodejs/http-parser/issues/522).
New projects and projects looking to migrate should consider [llhttp](https://github.com/nodejs/llhttp).
[![Build Status](https://api.travis-ci.org/nodejs/http-parser.svg?branch=master)](https://travis-ci.org/nodejs/http-parser)
This is a parser for HTTP messages written in C. It parses both requests and