golang-google-grpc 1.6.0-3ubuntu0.18.04.1 source package in Ubuntu

Changelog

golang-google-grpc (1.6.0-3ubuntu0.18.04.1) bionic; urgency=medium

  * Backport upstream fixes for intermittent panic due to a race condition
    when sending RPC status (LP: #1819936)
    - transport/handler_server.go: wrap status sending function in a mutex
    - transport/handler_server_test.go: add test cases for the races
    - Thanks to Gyuho Lee for the patches.

 -- Tiit Pikma <email address hidden>  Wed, 13 Mar 2019 15:32:22 +0000

Upload details

Uploaded by:
Tiit Pikma
Sponsored by:
Simon Quigley
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-google-grpc_1.6.0.orig.tar.gz 301.4 KiB fcfe6f14774475cfef55d1f036f6df84bc4be816cc81880f93abe6d08a459274
golang-google-grpc_1.6.0-3ubuntu0.18.04.1.debian.tar.xz 16.2 KiB 484905693873b480c944ff4efb01d62be359cbbba2a3157c1471355db15176d8
golang-google-grpc_1.6.0-3ubuntu0.18.04.1.dsc 2.6 KiB 701804781e45d1c2137923a97b601f4e9d96375491325112f14011e7fb1d8ff2

View changes file

Binary packages built by this source

golang-google-grpc-dev: implementation of gRPC in Go

 Implementation of an RPC system called gRPC in Golang.
 .
 Remote Procedure Calls (RPCs) provide a useful abstraction for building
 distributed applications and services. This library provides a concrete
 implementation of the gRPC protocol, layered over HTTP/2.