Skip to content
Snippets Groups Projects
Commit 643ebb6f authored by Tim Emiola's avatar Tim Emiola
Browse files

Fixes a comment

parent 934ae9ac
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,7 @@ static VALUE grpc_rb_server_destroy(int argc, VALUE *argv, VALUE self) { ...@@ -337,7 +337,7 @@ static VALUE grpc_rb_server_destroy(int argc, VALUE *argv, VALUE self) {
call-seq: call-seq:
// insecure port // insecure port
insecure_server = Server.new(cq, {'arg1': 'value1'}) insecure_server = Server.new(cq, {'arg1': 'value1'})
insecure_server.add_http2_port('mydomain:50051', :this_port_is_not_secure) insecure_server.add_http2_port('mydomain:50051', :this_port_is_insecure)
// secure port // secure port
server_creds = ... server_creds = ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment