1. 18 Jan, 2013 25 commits
  2. 17 Jan, 2013 12 commits
  3. 16 Jan, 2013 2 commits
  4. 15 Jan, 2013 1 commit
    • Brad Fitzpatrick's avatar
      net/http: fix racy test · 3b73aaaf
      Brad Fitzpatrick authored
      We need to wait for the handler to actually finish running,
      not almost be done running.
      
      This was always a bug, but now that handler output is buffered
      it shows up easily on GOMAXPROCS >1 systems.
      
      R=golang-dev, iant
      CC=golang-dev
      https://golang.org/cl/7109043
      3b73aaaf