forked from quic-go/quic-go
use STREAM frames from the buffer for sending data
This commit is contained in:
@@ -17,7 +17,7 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
func getStreamFrame() *StreamFrame {
|
||||
func GetStreamFrame() *StreamFrame {
|
||||
f := pool.Get().(*StreamFrame)
|
||||
return f
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user