|
|
@@ -454,7 +454,7 @@ func terminalReadFrameError(err error) bool {
|
|
|
//
|
|
|
// If the frame is larger than previously set with SetMaxReadFrameSize, the
|
|
|
// returned error is ErrFrameTooLarge. Other errors may be of type
|
|
|
-// ConnectionError, StreamError, or anything else from from the underlying
|
|
|
+// ConnectionError, StreamError, or anything else from the underlying
|
|
|
// reader.
|
|
|
func (fr *Framer) ReadFrame() (Frame, error) {
|
|
|
fr.errDetail = nil
|