Sfoglia il codice sorgente

Remove old, unused Framer field.

Brad Fitzpatrick 11 anni fa
parent
commit
cfd7c4e8e3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      frame.go

+ 0 - 1
frame.go

@@ -255,7 +255,6 @@ type Frame interface {
 // A Framer reads and writes Frames.
 type Framer struct {
 	r         io.Reader
-	lr        io.LimitedReader
 	lastFrame Frame
 
 	maxReadSize uint32