mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
integration: Use our own copy of golang spdy package
Official golang spdy package is done. We made a copy of it until we drop spdy support.
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/bradfitz/http2"
|
||||
"github.com/bradfitz/http2/hpack"
|
||||
"github.com/tatsuhiro-t/go-nghttp2"
|
||||
"golang.org/x/net/spdy"
|
||||
"github.com/tatsuhiro-t/spdy"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"net"
|
||||
|
||||
Reference in New Issue
Block a user