starlette
fix: Use anyio.SpooledTemporaryFile in UploadFile
#2925
Open

Commits
  • fix: Use anyio.SpooledTemporaryFile in UploadFile for proper async handling
    11kkw committed 254 days ago
  • Refactor multipart parsing to use AsyncExitStack for safe file cleanup on error
    11kkw committed 232 days ago
  • Use AsyncExitStack for safe file cleanup on exception
    11kkw committed 232 days ago
  • Use AsyncExitStack to cleanup temp files on any error
    11kkw committed 228 days ago
  • Merge branch 'master' into feature/async-spooled-tempfile
    11kkw committed 228 days ago
  • Merge branch 'master' into feature/async-spooled-tempfile
    Kludex committed 215 days ago
  • Merge branch 'main' into feature/async-spooled-tempfile
    11kkw committed 107 days ago
  • tests(formparsers): remove rollover thread test and clean up imports
    11kkw committed 107 days ago
  • types: add AsyncFileIO protocol with minimal async file methods
    11kkw committed 107 days ago
  • tests: add coverage for AsyncFileIO protocol
    11kkw committed 107 days ago
Loading