nghttpx: Delete outdated comment

This commit is contained in:
Tatsuhiro Tsujikawa 2016-11-03 16:48:24 +09:00
parent ca6f6511f2
commit da01d8dedb
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ public:
// Returns pointer to the header field with the name |name|. If
// multiple header have |name| as name, return last occurrence from
// 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;
HeaderRefs::value_type *header(int32_t token);
// Returns pointer to the header field with the name |name|. If no