EricssonResearch / spindump

Spindump is an in-network latency measurement tool with support for QUIC and TCP
BSD 3-Clause "New" or "Revised" License
61 stars 17 forks source link

Spindump should set correct content type for the remote reports #195

Closed ihlar closed 4 years ago

ihlar commented 4 years ago

Currently spindump sends POSTS with JSON data. The content type however, is application/x-www-form-urlencoded. It should most appropriately be application/json.

ihlar commented 4 years ago

Fixed in commit 4f640a8