We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f080d1 commit 35454e0Copy full SHA for 35454e0
src/node_http2.h
@@ -236,11 +236,11 @@ struct nghttp2_header : public MemoryRetainer {
236
V(PROXY_CONNECTION, "proxy-connection")
237
238
enum http_known_headers {
239
-HTTP_KNOWN_HEADER_MIN,
+ HTTP_KNOWN_HEADER_MIN,
240
#define V(name, value) HTTP_HEADER_##name,
241
-HTTP_KNOWN_HEADERS(V)
+ HTTP_KNOWN_HEADERS(V)
242
#undef V
243
-HTTP_KNOWN_HEADER_MAX
+ HTTP_KNOWN_HEADER_MAX
244
};
245
246
// While some of these codes are used within the HTTP/2 implementation in
@@ -313,7 +313,7 @@ HTTP_KNOWN_HEADER_MAX
313
314
enum http_status_codes {
315
#define V(name, code) HTTP_STATUS_##name = code,
316
-HTTP_STATUS_CODES(V)
+ HTTP_STATUS_CODES(V)
317
318
319
0 commit comments