Skip to content

Commit 55804e1

Browse files
indutnytargos
authored andcommitted
deps: update llhttp to 1.1.2
PR-URL: #27513 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 95498df commit 55804e1

File tree

3 files changed

+293
-160
lines changed

3 files changed

+293
-160
lines changed

deps/llhttp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# llhttp
2-
[![Build Status](https://secure.travis-ci.org/indutny/llhttp.svg)](http://travis-ci.org/indutny/llhttp)
2+
[![Build Status](https://secure.travis-ci.org/nodejs/llhttp.svg)](http://travis-ci.org/nodejs/llhttp)
33

44
Port of [http_parser][0] to [llparse][1].
55

@@ -120,7 +120,7 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
120120
USE OR OTHER DEALINGS IN THE SOFTWARE.
121121
122122
[0]: https://github.com/nodejs/http-parser
123-
[1]: https://github.com/indutny/llparse
123+
[1]: https://github.com/nodejs/llparse
124124
[2]: https://en.wikipedia.org/wiki/Register_allocation#Spilling
125125
[3]: https://en.wikipedia.org/wiki/Tail_call
126126
[4]: https://llvm.org/docs/LangRef.html

deps/llhttp/include/llhttp.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define LLHTTP_VERSION_MAJOR 1
55
#define LLHTTP_VERSION_MINOR 1
6-
#define LLHTTP_VERSION_PATCH 1
6+
#define LLHTTP_VERSION_PATCH 2
77

88
#ifndef INCLUDE_LLHTTP_ITSELF_H_
99
#define INCLUDE_LLHTTP_ITSELF_H_
@@ -277,7 +277,7 @@ void llhttp_settings_init(llhttp_settings_t* settings);
277277
*
278278
* NOTE: if this function ever returns a non-pause type error, it will continue
279279
* to return the same error upon each successive call up until `llhttp_init()`
280-
* call.
280+
* is called.
281281
*/
282282
llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len);
283283

0 commit comments

Comments
 (0)