File tree 30 files changed +54
-108
lines changed
30 files changed +54
-108
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
package http2
9
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
// Flow control
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
// Defensive debug-only utility to track that functions run on the
9
6
// goroutine that they're supposed to.
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
package http2
9
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
// +build h2demo
7
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2015 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
/*
9
6
The h2i command is an interactive HTTP/2 console.
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
package http2
9
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package hpack
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package hpack
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
// Package hpack implements HPACK, a compression format for
7
6
// efficiently representing HTTP header fields in the context of HTTP/2.
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package hpack
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package hpack
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package hpack
7
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
// Package http2 implements the HTTP/2 protocol.
9
6
//
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
package http2
9
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
package http2
9
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
// TODO: replace all <-sc.doneServing with reads from the stream's cw
9
6
// instead, and make sure that on close we close all open
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
package http2
9
6
Original file line number Diff line number Diff line change 1
- // Copyright 2015 The Go Authors.
2
- // See https://go.googlesource.com/go/+/master/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://go.googlesource.com/go/+/master/LICENSE
1
+ // Copyright 2015 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
- // Copyright 2015 The Go Authors.
2
- // See https://go.googlesource.com/go/+/master/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://go.googlesource.com/go/+/master/LICENSE
1
+ // Copyright 2015 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
package http2
9
6
Original file line number Diff line number Diff line change 1
1
// Copyright 2014 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
5
- // Licensed under the same terms as Go itself:
6
- // https://code.google.com/p/go/source/browse/LICENSE
7
4
8
5
package http2
9
6
Original file line number Diff line number Diff line change 1
- // Copyright 2014 The Go Authors.
2
- // See https://code.google.com/p/go/source/browse/CONTRIBUTORS
3
- // Licensed under the same terms as Go itself:
4
- // https://code.google.com/p/go/source/browse/LICENSE
1
+ // Copyright 2014 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
5
4
6
5
package http2
7
6
You can’t perform that action at this time.
0 commit comments