go/src
Kenny Grant 1afe0105a6 net/http: remove logging on bad client requests
As discussed in #18095 the server should not log for bad user input.

Change-Id: I628a796926eff3a971e5b04abec17ea377c3f9b7
Reviewed-on: https://go-review.googlesource.com/33617
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-11-30 00:34:42 +00:00
..
archive archive/zip: skip large concurrent tests in race mode 2016-11-21 20:51:42 +00:00
bufio
builtin
bytes all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
cmd cmd/compile/internal/gc: document variables and functions 2016-11-30 00:14:52 +00:00
compress compress/flate: add examples 2016-11-12 18:42:35 +00:00
container
context context: document appropriate WithValue key type more 2016-11-12 06:25:11 +00:00
crypto crypto/tls: update CBC Lucky13 warning a bit 2016-11-29 21:38:45 +00:00
database/sql database/sql: do not bypass the driver locks with Context methods 2016-11-29 18:52:38 +00:00
debug debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0 2016-11-17 07:55:06 +00:00
encoding encoding/json: document what happens to MarshalText's result 2016-11-22 01:32:20 +00:00
errors
expvar
flag
fmt fmt: fix typo 2016-11-17 15:29:40 +00:00
go go/ast: fix doc string for ast.GenDecl 2016-11-29 23:11:17 +00:00
hash
html html/template: fix multiple Clones of redefined template 2016-11-15 04:30:20 +00:00
image
index/suffixarray
internal internal/pprof/profile: parse mutex profile including comments 2016-11-29 18:04:37 +00:00
io
log all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
math math/rand: export Source64, mainly for documentation value 2016-11-23 04:29:25 +00:00
mime mime/multipart: test for overreading on a stream 2016-11-07 19:32:11 +00:00
net net/http: remove logging on bad client requests 2016-11-30 00:34:42 +00:00
os os: fix handling of Windows Unicode console input and ^Z 2016-11-29 02:13:03 +00:00
path path: document that filepath is recommended to manipulate filename paths 2016-11-08 18:36:52 +00:00
plugin cmd/link, runtime, plugin: versioning 2016-11-15 16:14:27 +00:00
reflect reflect: fix typo in comment 2016-11-23 01:14:59 +00:00
regexp
runtime runtime: fall back to /proc/self/auxv in Android libs 2016-11-29 15:27:53 +00:00
sort
strconv
strings bytes, strings: update s390x code to match amd64 changes 2016-11-02 15:56:24 +00:00
sync runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS 2016-11-22 02:05:07 +00:00
syscall syscall: define bind flags on Plan 9 2016-11-15 18:19:10 +00:00
testing testing: comment out flag.Parse from example 2016-11-25 16:41:34 +00:00
text text/template: handle option missingkey=error consistently 2016-11-18 15:56:02 +00:00
time time: make Parse validate day's lower bound in addition to upper bound 2016-11-22 11:02:12 +00:00
unicode
unsafe unsafe: remove incorrect type conversion in docs 2016-11-07 18:54:14 +00:00
vendor/golang_org/x vendor/golang_org/text/unicode/norm: re-vendor 2016-10-31 19:27:05 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
iostest.bash
make.bash
make.bat
make.rc build: fix cross-compile on Plan 9 2016-11-22 01:32:28 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc