This pull is meant to address a bug in the frame unpacking layer which prevented parsing of END_HEADERS flag as described in RFC 7540, section 6.2. The flag was never set to true.
Along with this fix I am including general fixes for the frame.d module and the settings.d file, which now contains HTTP2Settings and the newly introduced HTTP2ServerContext.
This pull is meant to address a bug in the frame unpacking layer which prevented parsing of
END_HEADERS
flag as described in RFC 7540, section 6.2. The flag was never set totrue
.Along with this fix I am including general fixes for the
frame.d
module and thesettings.d
file, which now containsHTTP2Settings
and the newly introducedHTTP2ServerContext
.