Skip to content

callum-oakley/polite-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Polite HTTP server

This package exports a Server type which is a drop in replacement for http.Server, but which will wait for long running HTTP/2 connections to close before shutting down. This is a work around for Go issue #29764.

Serve, ListenAndServe, ListenAndServeTLS are not supported – please use ServeTLS.

See godoc.

About

Wrapper for http.Server providing a workaround for https://github.com/golang/go/issues/29764

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages