Ticket #6425: 6425.patch
| File 6425.patch, 741 bytes (added by , 4 years ago) |
|---|
-
wordpress.org/public_html/wp-content/plugins/photo-directory/vendor/grpc/grpc/src/lib/RpcServer.php
72 72 if (!array_key_exists($full_path, $this->paths_map)) { 73 73 $context->setStatus(Status::unimplemented()); 74 74 $server_writer->finish(); 75 continue;75 return false; 76 76 }; 77 77 78 78 $method_desc = $this->paths_map[$full_path];