Descriptionhttp: consume request bodies before replying
This fixes our http behavior (even if Handlers forget to
consume a request body, we do it for them before we send
their response header), fixes the racy TestServerExpect,
and adds TestServerConsumesRequestBody.
With GOMAXPROCS>1, the http tests now seem race-free.
Patch Set 1 #Patch Set 2 : diff -r 55f226a3373e https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 55f226a3373e https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 55f226a3373e https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|