Skip to content

Reduce network traffic in notification server

Krzysztof Mochocki requested to merge kmochocki/network_traffic into master

As we can see here hived just push notification and does not require anything back, nor wait for response.

So finalization of communication should be minimal, which can be achieved with successful returning code 204 - No Content

Merge request reports