http2: merge github.com/bradfitz/http2 (branch: golang.org/x/net)
This adds the http2 directory from github.com/bradfitz/http2 (Merge reviewed by David Symonds <dsymonds@golang.org>)
Showing
http2/.gitignore
0 → 100644
http2/AUTHORS
0 → 100644
http2/CONTRIBUTORS
0 → 100644
http2/Dockerfile
0 → 100644
http2/HACKING
0 → 100644
http2/LICENSE
0 → 100644
http2/Makefile
0 → 100644
http2/README
0 → 100644
http2/buffer.go
0 → 100644
http2/buffer_test.go
0 → 100644
http2/errors.go
0 → 100644
http2/errors_test.go
0 → 100644
http2/flow.go
0 → 100644
http2/flow_test.go
0 → 100644
http2/frame.go
0 → 100644
This diff is collapsed.
http2/frame_test.go
0 → 100644
This diff is collapsed.
http2/gotrack.go
0 → 100644
http2/gotrack_test.go
0 → 100644
http2/h2demo/.gitignore
0 → 100644
http2/h2demo/Makefile
0 → 100644
http2/h2demo/README
0 → 100644
http2/h2demo/h2demo.go
0 → 100644
This diff is collapsed.
http2/h2demo/launch.go
0 → 100644
http2/h2demo/rootCA.key
0 → 100644
http2/h2demo/rootCA.pem
0 → 100644
http2/h2demo/rootCA.srl
0 → 100644
http2/h2demo/server.crt
0 → 100644
http2/h2demo/server.key
0 → 100644
http2/h2i/README.md
0 → 100644
http2/h2i/h2i.go
0 → 100644
This diff is collapsed.
http2/headermap.go
0 → 100644
http2/hpack/encode.go
0 → 100644
http2/hpack/encode_test.go
0 → 100644
http2/hpack/hpack.go
0 → 100644
This diff is collapsed.
http2/hpack/hpack_test.go
0 → 100644
This diff is collapsed.
http2/hpack/huffman.go
0 → 100644
http2/hpack/tables.go
0 → 100644
This diff is collapsed.
http2/http2.go
0 → 100644
http2/http2_test.go
0 → 100644
This diff is collapsed.
http2/pipe.go
0 → 100644
This diff is collapsed.
http2/pipe_test.go
0 → 100644
This diff is collapsed.
http2/priority_test.go
0 → 100644
This diff is collapsed.
http2/server.go
0 → 100644
This diff is collapsed.
http2/server_test.go
0 → 100644
This diff is collapsed.
This diff is collapsed.
http2/transport.go
0 → 100644
This diff is collapsed.
http2/transport_test.go
0 → 100644
This diff is collapsed.
http2/write.go
0 → 100644
This diff is collapsed.
http2/writesched.go
0 → 100644
This diff is collapsed.
http2/z_spec_test.go
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment