InfoNotModified response means update request was a noop (304).
(id, topic string, ts time.Time)
| 1168 | |
| 1169 | // InfoNotModified response means update request was a noop (304). |
| 1170 | func InfoNotModified(id, topic string, ts time.Time) *ServerComMessage { |
| 1171 | return InfoNotModifiedExplicitTs(id, topic, ts, ts) |
| 1172 | } |
| 1173 | |
| 1174 | // InfoNotModifiedReply response means update request was a noop |
| 1175 | // in response to a client request (304). |
no test coverage detected
searching dependent graphs…