Changeset 7 in code for trunk


Ignore:
Timestamp:
Oct 11, 2021, 3:21:28 PM (4 years ago)
Author:
dev
Message:

Add newline after URL file download

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/partage.go

    r6 r7  
    123123                }
    124124
    125                 resp := conf.baseuri + conf.filectx + filepath.Base(tmp.Name())
     125                resp := conf.baseuri + conf.filectx + filepath.Base(tmp.Name()) + "\r\n"
    126126                w.Write([]byte(resp))
    127127
Note: See TracChangeset for help on using the changeset viewer.