golang-gopkg-tylerb-graceful.v1 1.2.15-4 source package in Ubuntu

Changelog

golang-gopkg-tylerb-graceful.v1 (1.2.15-4) unstable; urgency=medium

  * Team upload.
  * Add link to Github import path.

 -- Alexandre Viau <email address hidden>  Tue, 20 Nov 2018 12:36:19 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-tylerb-graceful.v1_1.2.15-4.dsc 2.3 KiB 1febb33f3e15bbe19c9d8f627231bb051fdcb0677b976046dab70430dc55de54
golang-gopkg-tylerb-graceful.v1_1.2.15.orig.tar.gz 14.7 KiB d8c4ff8f2d85fe265d7507ef9f71c6c29102c1a043b9c2a65cc9d3072227f31f
golang-gopkg-tylerb-graceful.v1_1.2.15-4.debian.tar.xz 3.8 KiB 3f59c2ed2d3c6778f88b4bd154e1f1adf3814ebd907ec4c7692c4755825717bf

Available diffs

No changes file available.

Binary packages built by this source

golang-gopkg-tylerb-graceful.v1-dev: Go package for gracefully shutting down HTTP server

 This package enables graceful shutdown of a http.Handler server.
 When the process receives a SIGINT or SIGTERM, the listening
 port is closed immediately for reuse by another process, while
 active connections are gracefully terminated after a timeout.