]> granicus.if.org Git - libevent/commit
Merge branch 'http-request-line-parsing'
authorAzat Khuzhin <a3at.mail@gmail.com>
Mon, 22 Oct 2018 21:12:23 +0000 (00:12 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Mon, 22 Oct 2018 21:12:23 +0000 (00:12 +0300)
commit0ec12bc84cf09307e01dc3b00d08ac1f816b6ff7
tree2daf20f1631f6a521de5bf55297bbc249b97b262
parent2f43d1d4091f4f87b8679de4b4967561861141de
parent5f1b4dfa021dd79971b6e0b0f3d2cc8c2f2d9593
Merge branch 'http-request-line-parsing'

* http-request-line-parsing:
  Fix http https_basic/https_filter_basic under valgrind (increase timeout)
  http: cover various non RFC3986 conformant URIs
  http: allow non RFC3986 conformant during parsing request-line (http server)
  http: do not try to parse request-line if we do not have enough bytes
  http: allow trailing spaces (and only them) in request-line (like nginx)
  http: cleanup of the request-line parsing