reckless username change
This commit is contained in:
parent
06cda01027
commit
9e606e1ce8
@ -1,4 +1,4 @@
|
|||||||
language: erlang
|
language: erlang
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- curl https://raw.github.com/nshah/go.travis/master/install | sh
|
- curl https://raw.github.com/daaku/go.travis/master/install | sh
|
||||||
|
@ -5,7 +5,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/nshah/go.grace/gracehttp"
|
"github.com/daaku/go.grace/gracehttp"
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/nshah/go.grace"
|
"github.com/daaku/go.grace"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
@ -4,8 +4,8 @@ import (
|
|||||||
"bufio"
|
"bufio"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/nshah/go.freeport"
|
"github.com/daaku/go.freeport"
|
||||||
"github.com/nshah/go.tool"
|
"github.com/daaku/go.tool"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
@ -200,7 +200,7 @@ func (h *harness) Wait() {
|
|||||||
// The main test case.
|
// The main test case.
|
||||||
func TestComplex(t *testing.T) {
|
func TestComplex(t *testing.T) {
|
||||||
h := &harness{
|
h := &harness{
|
||||||
ImportPath: "github.com/nshah/go.grace/gracehttp/testserver",
|
ImportPath: "github.com/daaku/go.grace/gracehttp/testserver",
|
||||||
T: t,
|
T: t,
|
||||||
}
|
}
|
||||||
h.Build()
|
h.Build()
|
||||||
|
@ -4,7 +4,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"flag"
|
"flag"
|
||||||
"github.com/nshah/go.grace/gracehttp"
|
"github.com/daaku/go.grace/gracehttp"
|
||||||
"log"
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
go.grace [![Build Status](https://secure.travis-ci.org/nshah/go.grace.png)](http://travis-ci.org/nshah/go.grace)
|
go.grace [![Build Status](https://secure.travis-ci.org/daaku/go.grace.png)](http://travis-ci.org/daaku/go.grace)
|
||||||
========
|
========
|
||||||
|
|
||||||
Package grace provides a library that makes it easy to build socket
|
Package grace provides a library that makes it easy to build socket
|
||||||
@ -6,10 +6,10 @@ based servers that can be gracefully terminated & restarted (that is,
|
|||||||
without dropping any connections).
|
without dropping any connections).
|
||||||
|
|
||||||
Demo HTTP Server with graceful termination and restart:
|
Demo HTTP Server with graceful termination and restart:
|
||||||
https://github.com/nshah/go.grace/blob/master/gracedemo/demo.go
|
https://github.com/daaku/go.grace/blob/master/gracedemo/demo.go
|
||||||
|
|
||||||
http level graceful termination and restart:
|
http level graceful termination and restart:
|
||||||
http://go.pkgdoc.org/github.com/nshah/go.grace/gracehttp
|
http://go.pkgdoc.org/github.com/daaku/go.grace/gracehttp
|
||||||
|
|
||||||
net.Listener level graceful termination and restart:
|
net.Listener level graceful termination and restart:
|
||||||
http://go.pkgdoc.org/github.com/nshah/go.grace
|
http://go.pkgdoc.org/github.com/daaku/go.grace
|
||||||
|
Loading…
Reference in New Issue
Block a user