mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
nghttpx: Reset flags as well
This commit is contained in:
@@ -466,7 +466,10 @@ void FieldStore::append_last_header_value(const char *data, size_t len) {
|
|||||||
headers_, data, len);
|
headers_, data, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FieldStore::clear_headers() { headers_.clear(); }
|
void FieldStore::clear_headers() {
|
||||||
|
headers_.clear();
|
||||||
|
header_key_prev_ = false;
|
||||||
|
}
|
||||||
|
|
||||||
void FieldStore::add_trailer_token(const StringRef &name,
|
void FieldStore::add_trailer_token(const StringRef &name,
|
||||||
const StringRef &value, bool no_index,
|
const StringRef &value, bool no_index,
|
||||||
|
|||||||
Reference in New Issue
Block a user