good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Loading
  • Alexey Sharov's avatar
    cmd/swarm, swarm: cross-platform Content-Type detection (#17782) · dc5d643b
    Alexey Sharov authored
    - Mime types generator (Standard "mime" package rely on system-settings, see mime.osInitMime)
    - Changed swarm/api.Upload:
        - simplify I/O throttling by semaphore primitive and use file name where possible
        - f.Close() must be called in Defer - otherwise panic or future added early return will cause leak of file descriptors
        - one error was suppressed
    dc5d643b
Code owners