Python: changed request headers format in router protocol.

The coming ASGI support requires raw HTTP headers format.  Headers grouping
and upcase code were moved to WSGI module.
This commit is contained in:
Max Romanov
2020-09-15 20:12:25 +03:00
parent 5163551ffe
commit d5973fb557
2 changed files with 108 additions and 12 deletions

View File

@@ -259,7 +259,7 @@ static const nxt_str_t empty_prefix = nxt_string("");
static const nxt_str_t *nxt_app_msg_prefix[] = {
&empty_prefix,
&http_prefix,
&empty_prefix,
&http_prefix,
&http_prefix,
&http_prefix,