Skip to content

0.5.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivanr ivanr released this 22 Jul 10:30
· 87 commits to master since this release

This is the first release in the 0.5.x branch, which is now feature-complete, considered beta, and ready for wider testing.

The following are the changes since the previous version:

  • Fix memory leaks in htp_tx_t::request_auth_username and htp_tx_t::request_auth_password.
  • [#43] When processing the response line, treat stream closure as the end of line.
  • Fix normalization when the URL begins with "./".
  • Do not fail a stream with an incorrectly formed digest username.
  • Do not stop processing request headers on PUT requests.