remove ack lock message

This commit is contained in:
Lucas Clemente
2016-04-19 15:23:42 +02:00
parent fbb89f5467
commit 83416ab861

View File

@@ -284,7 +284,6 @@ func (s *Session) SendFrame(frame frames.Frame) error {
// add all outstanding ACKs
for _, ackFrame := range s.AckQueue {
fmt.Printf("Adding ACK for %d\n", ackFrame.LargestObserved)
ackFrame.Write(&framesData)
}
s.AckQueue = s.AckQueue[:0]