Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tylerstillwater/graceful issues and pull requests
#112 - use define logger
Issue -
State: open - Opened by carl-leopard over 5 years ago
#111 - Fix race in connection state test
Pull Request -
State: open - Opened by petercolberg about 6 years ago
- 1 comment
#110 - Go 1.8+ alternative
Issue -
State: open - Opened by pseidemann over 6 years ago
#109 - data race on srv.Server.ConnState = nil
Issue -
State: open - Opened by jeffallen over 6 years ago
#108 - Fix: graceful never close use <-s.StopChan()
Pull Request -
State: open - Opened by Petelin over 6 years ago
- 1 comment
#107 - Interrupted locking mechanism
Pull Request -
State: open - Opened by SimonRichardson almost 7 years ago
- 2 comments
#106 - Tests fail with Go 1.10
Issue -
State: open - Opened by stapelberg almost 7 years ago
- 1 comment
#105 - Zero downtime deployments
Issue -
State: closed - Opened by sumakumardey about 7 years ago
- 1 comment
#104 - Help with behavior of Stop()
Issue -
State: closed - Opened by mg03 almost 8 years ago
- 8 comments
#103 - Add note about Go 1.8 to readme
Pull Request -
State: closed - Opened by F21 almost 8 years ago
- 2 comments
#102 - Mark newly-added connections as idle
Pull Request -
State: closed - Opened by jacobbaskin almost 8 years ago
- 2 comments
#101 - Connections that were never activated should be considered idle
Issue -
State: closed - Opened by jacobbaskin almost 8 years ago
- 1 comment
#100 - Allow empty certFile and keyFile for ListenTLS() (Fix #99)
Pull Request -
State: closed - Opened by dcelasun almost 8 years ago
- 5 comments
#99 - Support dynamic TLS certificates
Issue -
State: closed - Opened by dcelasun almost 8 years ago
#98 - Is there any possible way to change listening port without restarting go server
Issue -
State: closed - Opened by sha-1614 almost 8 years ago
- 1 comment
#97 - Fix race condition on timeout between shutdown() and Stop()
Pull Request -
State: closed - Opened by awfm9 almost 8 years ago
- 3 comments
#96 - Concurrent write/read on manual shutdown
Issue -
State: closed - Opened by awfm9 almost 8 years ago
- 1 comment
#95 - go vet notification: assignment copies lock value to *config: crypto/tls.Config contains sync.Once contains sync.Mutex
Issue -
State: closed - Opened by furdarius almost 8 years ago
#94 - Fix to run on GoogleAppEngine.
Pull Request -
State: closed - Opened by k2wanko about 8 years ago
- 2 comments
#93 - Fix data race around Timeout in Stop() and shutdown()
Pull Request -
State: closed - Opened by mrobinsn about 8 years ago
- 6 comments
#92 - how to add net/http/pprof
Issue -
State: closed - Opened by WanliTian about 8 years ago
- 1 comment
#91 - Signaling a shutdown to goroutines
Issue -
State: closed - Opened by pkieltyka about 8 years ago
#90 - added new go1.7 context
Pull Request -
State: closed - Opened by awalterschulze about 8 years ago
- 9 comments
#89 - How to disable http2
Issue -
State: closed - Opened by hexadecy about 8 years ago
- 4 comments
#88 - Explicitly enable http/2 for Go 1.7+ due to changes made to address go#5908.
Pull Request -
State: closed - Opened by F21 over 8 years ago
- 1 comment
#87 - http2_test.go:52: Expected HTTP/2 connection to server, but connection was using HTTP/1.1
Issue -
State: closed - Opened by petercolberg over 8 years ago
#86 - ISSUE #85: TCP Keep Alive cannot wrap TLS
Pull Request -
State: closed - Opened by yanfali over 8 years ago
- 4 comments
#85 - TLS doesn't support connection TCPKeepAlive Option
Issue -
State: closed - Opened by yanfali over 8 years ago
- 8 comments
#84 - Added unit test for idle connection issue
Pull Request -
State: closed - Opened by dankinder over 8 years ago
- 2 comments
#83 - Closing previously idle connection early
Issue -
State: closed - Opened by dankinder over 8 years ago
- 14 comments
#82 - Fix data-race on kill event destructing ConnState
Pull Request -
State: closed - Opened by djui over 8 years ago
- 2 comments
#81 - Fix limit keepalive
Pull Request -
State: closed - Opened by djui over 8 years ago
- 2 comments
#80 - Rename log to logf
Pull Request -
State: closed - Opened by djui over 8 years ago
- 2 comments
#79 - Using ListenLimit and TCPKeepAlive panics
Issue -
State: closed - Opened by djui over 8 years ago
- 8 comments
#78 - Building the next major version of graceful
Issue -
State: closed - Opened by F21 over 8 years ago
- 5 comments
#77 - Centralize definition of testing port
Pull Request -
State: closed - Opened by dsnet over 8 years ago
- 8 comments
#76 - Fix unit tests for Go 1.7
Pull Request -
State: closed - Opened by dsnet over 8 years ago
- 5 comments
#75 - Allow cancel shutdown from BeforeShutdown()
Pull Request -
State: closed - Opened by kanocz over 8 years ago
- 6 comments
#74 - Feature Request: A More Flexible Logging
Issue -
State: closed - Opened by bangzek over 8 years ago
- 3 comments
#73 - Change import path for test file
Pull Request -
State: closed - Opened by ruizu over 8 years ago
- 2 comments
#72 - check for StateIdle?
Issue -
State: closed - Opened by jmhodges over 8 years ago
- 7 comments
#71 - Support HTTP/2 for TLS servers.
Pull Request -
State: closed - Opened by F21 over 8 years ago
- 13 comments
#70 - Add tcpKeepAliveListener to clean up connections where the client has disappeared
Pull Request -
State: closed - Opened by F21 over 8 years ago
- 9 comments
#69 - Update README to include warning about setting timeout to 0.
Pull Request -
State: closed - Opened by F21 over 8 years ago
- 2 comments
#68 - depends on go 1.5+?
Issue -
State: closed - Opened by newhook over 8 years ago
- 14 comments
#67 - Using https and setting timeout to 0 does not shutdown the server when there are no more requests
Issue -
State: closed - Opened by F21 over 8 years ago
- 9 comments
#66 - Doesn't serve http/2
Issue -
State: closed - Opened by F21 over 8 years ago
- 6 comments
#65 - Make handling of multiple interrupt signals idempotent.
Pull Request -
State: closed - Opened by raphael over 8 years ago
- 2 comments
#64 - Enable continuous testing
Pull Request -
State: closed - Opened by petercolberg over 8 years ago
- 1 comment
#63 - Always create listening socket in main test thread
Pull Request -
State: closed - Opened by petercolberg over 8 years ago
- 1 comment
#62 - Wait for listening socket to close in shutdown callbacks test
Pull Request -
State: closed - Opened by petercolberg over 8 years ago
- 1 comment
#61 - TestGracefulRun: No response when a response was expected
Issue -
State: closed - Opened by petercolberg over 8 years ago
#60 - TestNotifyClosed: bind: address already in use
Issue -
State: closed - Opened by petercolberg over 8 years ago
- 5 comments
#59 - Add `RunWithErr` function.
Pull Request -
State: closed - Opened by MaikuMori almost 9 years ago
- 7 comments
#58 - graceful not working for hijacked (websocket) connections
Issue -
State: closed - Opened by databus23 almost 9 years ago
- 1 comment
Labels: wontfix
#57 - "use of closed network connection" error returned by Serve()
Issue -
State: closed - Opened by databus23 almost 9 years ago
- 3 comments
#56 - Move the LimitListener wrapping to Serve
Issue -
State: closed - Opened by tylerstillwater about 9 years ago
- 2 comments
#55 - Pre-privilege dropping listening
Issue -
State: closed - Opened by hlandau about 9 years ago
- 6 comments
#54 - BeforeShutdown callback
Pull Request -
State: closed - Opened by bufdev about 9 years ago
- 2 comments
#53 - BeforeShutdown callback?
Issue -
State: closed - Opened by bufdev about 9 years ago
- 1 comment
#52 - panic when server.Stop()
Issue -
State: closed - Opened by cloudfly over 9 years ago
#51 - Add a test that reproduces a data race in Stop()
Pull Request -
State: closed - Opened by sasha-s over 9 years ago
- 3 comments
#50 - data race in Server.Stop (unprotected write to srv.Timeout)
Issue -
State: closed - Opened by sasha-s over 9 years ago
- 2 comments
#49 - Expose Server.Listen and Server.ListenTLS methods
Issue -
State: closed - Opened by sasha-s over 9 years ago
- 2 comments
Labels: wontfix
#48 - Add ListenAndServeTLSConfig() accepts an already setup TLS Config.
Pull Request -
State: closed - Opened by rbg over 9 years ago
- 3 comments
#47 - Add ListenAndServeTLScerts()
Pull Request -
State: closed - Opened by rbg over 9 years ago
- 4 comments
#46 - Waiting after SIGINT even though no connection is open
Issue -
State: closed - Opened by tchap over 9 years ago
- 8 comments
Labels: invalid
#45 - cannot use go get
Issue -
State: closed - Opened by tsmith123 over 9 years ago
- 3 comments
Labels: invalid
#44 - Fix gopkg.in link
Pull Request -
State: closed - Opened by thiagocaiubi over 9 years ago
#43 - Fix deadlock in Stop function.
Pull Request -
State: closed - Opened by chuckbjones over 9 years ago
- 1 comment
#42 - README: change paths to gopkg.in versions
Pull Request -
State: closed - Opened by dchest over 9 years ago
- 1 comment
#41 - Add a Gitter chat badge to README.md
Pull Request -
State: closed - Opened by gitter-badger over 9 years ago
#40 - Timing purpose
Issue -
State: closed - Opened by isaldana over 9 years ago
- 2 comments
#39 - can't customize signal handling
Issue -
State: closed - Opened by daniel-garcia over 9 years ago
- 3 comments
#38 - Data race on graceful shutdown via SIGTERM
Issue -
State: closed - Opened by dcelasun over 9 years ago
- 1 comment
#37 - Add option to prevent TERM/INT signal handler from being attached
Pull Request -
State: closed - Opened by pushrax almost 10 years ago
- 7 comments
#36 - Fix README examples
Pull Request -
State: closed - Opened by sharkone almost 10 years ago
- 1 comment
#35 - README examples are not compilable out of the box
Issue -
State: closed - Opened by sharkone almost 10 years ago
- 4 comments
#34 - Update import for new net package home
Pull Request -
State: closed - Opened by macb almost 10 years ago
#33 - ListenAndServeTLS does not have a signature that operates on a server struct
Issue -
State: closed - Opened by taywrobel about 10 years ago
#32 - Standardize ListenAndServeTLS signatures to match ListenAndServe
Pull Request -
State: closed - Opened by taywrobel about 10 years ago
- 1 comment
#31 - New import paths in Go 1.4
Issue -
State: closed - Opened by jzelinskie about 10 years ago
- 1 comment
#30 - Use LimitListener if a limit is specified
Pull Request -
State: closed - Opened by psaab about 10 years ago
- 1 comment
#29 - FD Leak under Load
Issue -
State: closed - Opened by cooperlees over 10 years ago
- 11 comments
#28 - Add NotifyClosed for signaling when hijacked connections are closed.
Pull Request -
State: closed - Opened by benburkert over 10 years ago
- 1 comment
#27 - Add the ShutdownInitiated callback to Server
Pull Request -
State: closed - Opened by benburkert over 10 years ago
- 7 comments
#26 - Dropped PR
Pull Request -
State: closed - Opened by pilwon over 10 years ago
#25 - Add Stop functionality
Pull Request -
State: closed - Opened by tylerstillwater over 10 years ago
- 4 comments
#24 - Should be able to stop server by calling a function
Issue -
State: closed - Opened by tylerstillwater over 10 years ago
Labels: enhancement
#23 - allow os.Signal to be specified and add an extra channel for cancellation
Pull Request -
State: closed - Opened by imkira over 10 years ago
- 7 comments
#22 - Fix comment format to prevent weird syntax highlighting
Pull Request -
State: closed - Opened by pushrax over 10 years ago
#21 - Wrap http.Server with a new type to expose internal functionality
Pull Request -
State: closed - Opened by pushrax over 10 years ago
- 3 comments
#20 - Handle SIGTERM as well?
Issue -
State: closed - Opened by mmcgrana over 10 years ago
- 2 comments
#19 - Remove note at bottom, add a note up top about 1.3+ compatibility
Pull Request -
State: closed - Opened by mdlayher over 10 years ago
- 1 comment
#18 - Alter README to reflect new API
Issue -
State: closed - Opened by tylerstillwater over 10 years ago
- 1 comment
#17 - Ensure 100% test coverage
Issue -
State: closed - Opened by tylerstillwater over 10 years ago
Labels: enhancement
#16 - Should we use gopkg.in for releases?
Issue -
State: closed - Opened by tylerstillwater over 10 years ago
- 4 comments
Labels: question
#14 - graceful counterpart to http.Server methods
Pull Request -
State: closed - Opened by mb0 over 10 years ago
- 6 comments
#13 - massive go routine/memory leak, data race and early exit for timeout == 0
Pull Request -
State: closed - Opened by mb0 over 10 years ago
- 1 comment
#8 - Works with http.Handler, not Negroni specific.
Pull Request -
State: closed - Opened by aybabtme over 10 years ago
- 1 comment