HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

Flip arg order in HTTPRequestEntityTooLarge call #222

Closed derobins closed 1 year ago

derobins commented 1 year ago

According to the aiohttp source, the correct order should be (max, actual)

Fixes #221