Skip to content

Commit

Permalink
Update form-api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
TIT8 committed Aug 28, 2023
1 parent c37c723 commit bdd6603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form-api.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func handler_get(w http.ResponseWriter, r *http.Request) {
return
}

r.Body = http.MaxBytesReader(w, r.Body, 10)
r.Body = http.MaxBytesReader(w, r.Body, 100)

fmt.Fprintf(w, "Ciao %s\n", r.Host)

Expand Down

0 comments on commit bdd6603

Please sign in to comment.