log src/http/modules/ngx_http_grpc_module.c @ 7320:696df3ac27ac

age author description
Tue, 17 Jul 2018 12:53:23 +0300 Sergey Kandaurov SSL: save sessions for upstream peers using a callback function.
Mon, 02 Jul 2018 19:02:08 +0300 Maxim Dounin gRPC: clearing buffers in ngx_http_grpc_get_buf().
Mon, 07 May 2018 09:54:37 +0000 Sergey Kandaurov Silenced -Wcast-function-type warnings (closes #1546).
Thu, 22 Mar 2018 19:26:25 +0300 Maxim Dounin gRPC: fixed possible sign extension of error and setting_value.
Tue, 20 Mar 2018 15:58:11 +0300 Sergey Kandaurov gRPC: fixed missing state save in frame header parsing.
Mon, 19 Mar 2018 16:42:56 +0300 Sergey Kandaurov gRPC: fixed parsing response headers split on CONTINUATION frames.
Sat, 17 Mar 2018 23:04:26 +0300 Maxim Dounin gRPC: special handling of "trailer only" responses.
Sat, 17 Mar 2018 23:04:25 +0300 Maxim Dounin gRPC: special handling of the TE request header.
Sat, 17 Mar 2018 23:04:24 +0300 Maxim Dounin The gRPC proxy module.