Commit d7f0158b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Trivial test-merge of some H2 stuff

parent 46da12f7
......@@ -83,7 +83,7 @@ H("Expect", H_Expect, 0 ) // 2616 14.20
H("Expires", H_Expires, 0 ) // 2616 14.21
H("From", H_From, 0 ) // 2616 14.22
H("Host", H_Host, 0 ) // 2616 14.23
H("HTTP2-Settings", H_HTTP2_Settings, P|F|I|S) // httpbis-http2-16.txt
H("HTTP2-Settings", H_HTTP2_Settings, P|F|I|S) // 7540 3.2.1
H("If-Match", H_If_Match, F ) // 2616 14.24
H("If-Modified-Since", H_If_Modified_Since, F ) // 2616 14.25
H("If-None-Match", H_If_None_Match, F ) // 2616 14.26
......
......@@ -533,5 +533,21 @@ SLTM(BackendStart, 0, "Backend request start",
"\n"
)
SLTM(H2RxHdr, 0, "Received HTTP2 frame header",
"Binary data"
)
SLTM(H2RxBody, 0, "Received HTTP2 frame body",
"Binary data"
)
SLTM(H2TxHdr, 0, "Received HTTP2 frame header",
"Binary data"
)
SLTM(H2TxBody, 0, "Received HTTP2 frame body",
"Binary data"
)
#undef NODEF_NOTICE
/*lint -restore */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment