Browse Source

Merge branch 'master' of github.com:bradfitz/http2

Brad Fitzpatrick 11 years ago
parent
commit
4bd712ca4f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README
  2. 1 1
      server.go

+ 1 - 1
README

@@ -13,4 +13,4 @@ Docs are at https://godoc.org/github.com/bradfitz/http2
 
 
 Demo test server at https://http2.golang.org/
 Demo test server at https://http2.golang.org/
 
 
-Help & bugs welcome.
+Help & bug reports welcome.

+ 1 - 1
server.go

@@ -206,7 +206,7 @@ type requestParam struct {
 	invalidHeader     bool // an invalid header was seen
 	invalidHeader     bool // an invalid header was seen
 }
 }
 
 
-// stream represents an stream. This is the minimal metadata needed by
+// stream represents a stream. This is the minimal metadata needed by
 // the serve goroutine. Most of the actual stream state is owned by
 // the serve goroutine. Most of the actual stream state is owned by
 // the http.Handler's goroutine in the responseWriter. Because the
 // the http.Handler's goroutine in the responseWriter. Because the
 // responseWriter's responseWriterState is recycled at the end of a
 // responseWriter's responseWriterState is recycled at the end of a