|
|
@@ -1110,7 +1110,7 @@ func (sc *serverConn) startFrameWrite(wr FrameWriteRequest) {
|
|
|
|
|
|
// errHandlerPanicked is the error given to any callers blocked in a read from
|
|
|
// Request.Body when the main goroutine panics. Since most handlers read in the
|
|
|
-// the main ServeHTTP goroutine, this will show up rarely.
|
|
|
+// main ServeHTTP goroutine, this will show up rarely.
|
|
|
var errHandlerPanicked = errors.New("http2: handler panicked")
|
|
|
|
|
|
// wroteFrame is called on the serve goroutine with the result of
|