File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11# Spdystream maintainers file
22#
3- # This file describes who runs the docker /spdystream project and how.
3+ # This file describes who runs the moby /spdystream project and how.
44# This is a living document - if you see something out of date or missing, speak up!
55#
66# It is structured to be consumable by both humans and programs.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ package main
1111
1212import (
1313 " fmt"
14- " github.com/docker /spdystream"
14+ " github.com/moby /spdystream"
1515 " net"
1616 " net/http"
1717)
@@ -49,7 +49,7 @@ Server example (mirroring server without auth)
4949package main
5050
5151import (
52- " github.com/docker /spdystream"
52+ " github.com/moby /spdystream"
5353 " net"
5454)
5555
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "sync"
2626 "time"
2727
28- "github.com/docker /spdystream/spdy"
28+ "github.com/moby /spdystream/spdy"
2929)
3030
3131var (
@@ -117,7 +117,7 @@ Loop:
117117 // attempts to grab the write lock that Write() already has, causing a
118118 // deadlock.
119119 //
120- // See https://github.com/docker /spdystream/issues/49 for more details.
120+ // See https://github.com/moby /spdystream/issues/49 for more details.
121121 go func () {
122122 for range resetChan {
123123 }
@@ -216,7 +216,7 @@ type Connection struct {
216216 shutdownChan chan error
217217 hasShutdown bool
218218
219- // for testing https://github.com/docker /spdystream/pull/56
219+ // for testing https://github.com/moby /spdystream/pull/56
220220 dataFrameHandler func (* spdy.DataFrame ) error
221221}
222222
Original file line number Diff line number Diff line change 1- module github.com/docker /spdystream
1+ module github.com/moby /spdystream
22
33go 1.13
44
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "container/heap"
2121 "sync"
2222
23- "github.com/docker /spdystream/spdy"
23+ "github.com/moby /spdystream/spdy"
2424)
2525
2626type prioritizedFrame struct {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "testing"
2222 "time"
2323
24- "github.com/docker /spdystream/spdy"
24+ "github.com/moby /spdystream/spdy"
2525)
2626
2727func TestPriorityQueueOrdering (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
2929 "testing"
3030 "time"
3131
32- "github.com/docker /spdystream/spdy"
32+ "github.com/moby /spdystream/spdy"
3333)
3434
3535func TestSpdyStreams (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "sync"
2626 "time"
2727
28- "github.com/docker /spdystream/spdy"
28+ "github.com/moby /spdystream/spdy"
2929)
3030
3131var (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "strings"
2626 "testing"
2727
28- "github.com/docker /spdystream"
28+ "github.com/moby /spdystream"
2929 "github.com/gorilla/websocket"
3030)
3131
You can’t perform that action at this time.
0 commit comments