Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 31b04b7

Browse files
author
Solomon Hykes
committed
Merge pull request #31 from pnasrat/trailing-beam-refs
2 parents d8ed79b + c9ffcf7 commit 31b04b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

http2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This package defines a remote transport for Beam services using http2/spdy and tls.
1+
This package defines a remote transport for libchan services using http2/spdy and tls.
22

33
Uses https://github.com/docker/spdystream
44

http2/stream_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/docker/libchan/unix"
1414
)
1515

16-
func TestBeamSession(t *testing.T) {
16+
func TestLibchanSession(t *testing.T) {
1717
end := make(chan bool)
1818
listen := "localhost:7543"
1919
server, serverErr := runServer(listen, t, end)

0 commit comments

Comments
 (0)