[core] URI scheme is case-insensitive
commit513887fa529c681958c57a946dade81f3c11d616
authorGlenn Strauss <gstrauss@gluelogic.com>
Tue, 3 Oct 2017 05:56:43 +0000 (3 01:56 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Wed, 4 Oct 2017 01:16:03 +0000 (3 21:16 -0400)
treef7c2c09cbd3dc9267f720a78fa2cb676fd27dd79
parent428cd963d6551414e81653ce8c68abf012c6747f
[core] URI scheme is case-insensitive

check case-insensitive scheme if full URI provided in request-line

RFC7230:
  The scheme and host are case-insensitive and normally provided
  in lowercase; all other components are compared in a case-sensitive
  manner.

x-ref:
  "https://redmine.lighttpd.net/boards/3/topics/7637"
src/request.c