nghttpx: Delete outdated comment
This commit is contained in:
parent
ca6f6511f2
commit
da01d8dedb
|
@ -76,7 +76,6 @@ public:
|
||||||
// Returns pointer to the header field with the name |name|. If
|
// Returns pointer to the header field with the name |name|. If
|
||||||
// multiple header have |name| as name, return last occurrence from
|
// multiple header have |name| as name, return last occurrence from
|
||||||
// the beginning. If no such header is found, returns nullptr.
|
// the beginning. If no such header is found, returns nullptr.
|
||||||
// This function must be called after headers are indexed
|
|
||||||
const HeaderRefs::value_type *header(int32_t token) const;
|
const HeaderRefs::value_type *header(int32_t token) const;
|
||||||
HeaderRefs::value_type *header(int32_t token);
|
HeaderRefs::value_type *header(int32_t token);
|
||||||
// Returns pointer to the header field with the name |name|. If no
|
// Returns pointer to the header field with the name |name|. If no
|
||||||
|
|
Loading…
Reference in New Issue