Details
-
Bug
-
Resolution: Fixed
-
Major
-
5.0.0
-
None
-
Triaged
-
Unknown
Description
In upr_feed, noop response to DCP is sent as follows:
noop.Transmit(mc)
It is better to replace it with the following call, which can have write timeout enabled:
mcClient.TransmitResponse(noop)
Attachments
Issue Links
- depends on
-
MB-26643 send noop through mc.TransmitResponse() to allow write timeout
- Closed