Changeset 6 in code for trunk/partage.go


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

Remove HTTP method logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/partage.go

    r5 r6  
    9797func parse(w http.ResponseWriter, r *http.Request) {
    9898
    99         fmt.Printf("%s %s\n", r.Method, r.URL.Path)
    100 
    10199        // Max 15 Gb uploads
    102100        if r.ContentLength > conf.maxsize {
Note: See TracChangeset for help on using the changeset viewer.