No description
Find a file
Maxim Dounin 78ab3cd8dc gRPC: special handling of the TE request header.
According to the gRPC protocol specification, the "TE" header is used
to detect incompatible proxies, and at least grpc-c server rejects
requests without "TE: trailers".

To preserve the logic, we have to pass "TE: trailers" to the backend if
and only if the original request contains "trailers" in the "TE" header.
Note that no other TE values are allowed in HTTP/2, so we have to remove
anything else.
2018-03-17 23:04:25 +03:00
auto The gRPC proxy module. 2018-03-17 23:04:24 +03:00
conf MIME: added most common OpenDocument types. 2017-10-02 19:07:01 +03:00
contrib Contrib: vim syntax, update 3rd party module directives. 2018-02-01 11:15:14 +02:00
docs nginx-1.13.9-RELEASE 2018-02-20 17:08:48 +03:00
misc Updated OpenSSL used for win32 builds. 2017-12-26 17:48:49 +03:00
src gRPC: special handling of the TE request header. 2018-03-17 23:04:25 +03:00