Join Nostr
2024-12-01 09:40:28 GMT

redmp (EDITED) on Nostr: #haskell 'req' http client library has bad defaults: - it retries a failed request 5 ...

#haskell 'req' http client library has bad defaults:

- it retries a failed request 5 times with 50ms delay [potential DOS]

- provides json deserialization via aeson instances but no way to access received json on failure