Skip to content

Commit

Permalink
fix: remove test code for clang-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jan 14, 2024
1 parent b723506 commit 327adef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clienthandler_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ ClientHandlerPrivate::ClientHandlerPrivate(
this->m_settings.on_url = ClientHandlerPrivate::on_url;
this->m_settings.on_body = ClientHandlerPrivate::on_body;

this->m_settings.on_chunk_header = nullptr;
this->m_settings.on_chunk_header(nullptr);

llhttp_init(&this->m_parser, HTTP_REQUEST, &this->m_settings);
this->m_parser.data = this;
}
Expand Down

0 comments on commit 327adef

Please sign in to comment.