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

Commit c9ffcf7

Browse files
author
Paul Nasrat
committed
Rename Beam to libchan in test and README.
Signed-off-by: Paul Nasrat <pnasrat@google.com>
1 parent 48e1d34 commit c9ffcf7

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)