summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_grpc_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-06gRPC: generate error when response size is wrong.Maxim Dounin1-1/+38
2020-04-23gRPC: WINDOW_UPDATE after END_STREAM handling (ticket #1797).Ruslan Ermilov1-1/+2
2020-04-23gRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).Ruslan Ermilov1-5/+19
2020-01-17gRPC: variables support in the "grpc_pass" directive.Vladimir Homutov1-38/+190
2019-03-03SSL: fixed potential leak on memory allocation errors.Maxim Dounin1-0/+1
2018-11-06gRPC: limited allocations due to ping and settings frames.Maxim Dounin1-0/+15
2018-10-03Upstream: proxy_socket_keepalive and friends.Vladimir Homutov1-0/+11
2018-09-03gRPC: disabled keepalive when sending control frames was blocked.Maxim Dounin1-0/+12
2018-09-03gRPC: improved keepalive handling.Maxim Dounin1-33/+67
2018-07-17Fixed invalid access to location defined as an empty string.Ruslan Ermilov1-1/+1
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov1-0/+7
2018-07-02gRPC: clearing buffers in ngx_http_grpc_get_buf().Maxim Dounin1-11/+16
2018-05-07Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov1-1/+2
2018-03-22gRPC: fixed possible sign extension of error and setting_value.Maxim Dounin1-3/+3
2018-03-20gRPC: fixed missing state save in frame header parsing.Sergey Kandaurov1-0/+1
2018-03-19gRPC: fixed parsing response headers split on CONTINUATION frames.Sergey Kandaurov1-2/+2
2018-03-17gRPC: special handling of "trailer only" responses.Maxim Dounin1-7/+10
2018-03-17gRPC: special handling of the TE request header.Maxim Dounin1-2/+67
2018-03-17The gRPC proxy module.Maxim Dounin1-0/+4571