Skip to content

0.28.1

Latest
Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 29 Oct 16:05
· 8 commits to master since this release
0.28.1
a1e27f8
  • Fixes an issue when attempting to call reading functions on a multipart web request in a handler would previously result in an "Could not find starting boundary in ..." error. This fix will now again make it possible to upload files as multipart web requests, and read those files from await request.post() in service http handlers. #1814