Changeset 6 in code for trunk/partage.go
- Timestamp:
- Oct 11, 2021, 3:20:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/partage.go
r5 r6 97 97 func parse(w http.ResponseWriter, r *http.Request) { 98 98 99 fmt.Printf("%s %s\n", r.Method, r.URL.Path)100 101 99 // Max 15 Gb uploads 102 100 if r.ContentLength > conf.maxsize {
Note:
See TracChangeset
for help on using the changeset viewer.