]> granicus.if.org Git - libevent/commitdiff
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)
* 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


Trivial merge