Aretas Gaspariunas
Aretas Gaspariunas
I have found the issue. In the `client_body`, after the first file (`Content-Type: multipart/form-data\r\n\r\n>P23A07_IgM-1047:H:Q10C92:17/22:NID2093\nCAGGTTTCAGTAG\n`) there is a `\n` character instead of `\r\n`. As per HTTP convention, `\r\n` should be used....
Hi @tomchristie ! Thank you for replying. So before Starlette the service was using Flask and there were no issues - so Flask can handle the 'malformed' input. I have...
I would be interested to make a PR on this but can't decide whether it should be here. Knowing that Starlette uses `python-multipart` library for parsing the request perhaps a...
> @tomchristie any update on this ? `python-multipart` doesn't seem to address [this issue](https://github.com/andrew-d/python-multipart/issues/31), however, this is quite blocking when using the `UploadFile` from FastAPI. > > I'm using the...
It looks like somebody has already packaged it up - https://anaconda.org/hcc/autodock-gpu. Although the versioning looks to be wrong.