forked from quic-go/quic-go
pass around receivedPacket as struct instead of as pointer (#3823)
This commit is contained in:
@@ -309,7 +309,7 @@ func (mr *MockQUICConnMockRecorder) getPerspective() *gomock.Call {
|
||||
}
|
||||
|
||||
// handlePacket mocks base method.
|
||||
func (m *MockQUICConn) handlePacket(arg0 *receivedPacket) {
|
||||
func (m *MockQUICConn) handlePacket(arg0 receivedPacket) {
|
||||
m.ctrl.T.Helper()
|
||||
m.ctrl.Call(m, "handlePacket", arg0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user