fix crash in servePut when client sends from too high offset
authorJoey Hess <joeyh@joeyh.name>
Mon, 22 Jul 2024 17:12:15 +0000 (13:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 22 Jul 2024 17:12:15 +0000 (13:12 -0400)
commitc36b9cd1fc8d94bcd607301dd3d2e7f8cb841648
treec05366e0d3011cd61b49d67e7b85a6990b195376
parentb240a11b79d3e989cfd4f3ea7b067efaa8f339bf
fix crash in servePut when client sends from too high offset

Have to consume all the content from the client, but force an Invalid
result, so it will just get discarded.
P2P/Http.hs