Skip to content

Commit a7a6b7e

Browse files
committed
release: 2.0.5
1 parent fc77490 commit a7a6b7e

2 files changed

Lines changed: 167 additions & 152 deletions

File tree

include/llhttp.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define LLHTTP_VERSION_MAJOR 2
55
#define LLHTTP_VERSION_MINOR 0
6-
#define LLHTTP_VERSION_PATCH 4
6+
#define LLHTTP_VERSION_PATCH 5
77

88
#ifndef INCLUDE_LLHTTP_ITSELF_H_
99
#define INCLUDE_LLHTTP_ITSELF_H_
@@ -140,7 +140,8 @@ enum llhttp_method {
140140
HTTP_MKCALENDAR = 30,
141141
HTTP_LINK = 31,
142142
HTTP_UNLINK = 32,
143-
HTTP_SOURCE = 33
143+
HTTP_SOURCE = 33,
144+
HTTP_PRI = 34
144145
};
145146
typedef enum llhttp_method llhttp_method_t;
146147

@@ -206,6 +207,7 @@ typedef enum llhttp_method llhttp_method_t;
206207
XX(31, LINK, LINK) \
207208
XX(32, UNLINK, UNLINK) \
208209
XX(33, SOURCE, SOURCE) \
210+
XX(34, PRI, PRI) \
209211

210212

211213

0 commit comments

Comments
 (0)