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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user