Skip to content

Commit

Permalink
Reviewer objects to improving support of HTTP/2+
Browse files Browse the repository at this point in the history
  • Loading branch information
yadij committed Oct 2, 2024
1 parent 2ad1f47 commit e0a422d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/http/one/FieldParser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ Http::One::FieldParser::parseFieldLine(SBuf &name, SBuf &value)
SBuf
Http::One::FieldParser::parseFieldName()
{
// TODO: handle pseudo-header which begin with ':'

auto name = tok.prefix("field-name", CharacterSet::TCHAR);

/*
Expand Down

0 comments on commit e0a422d

Please sign in to comment.