• Brad Fitzpatrick's avatar
    undo CL 95760043 / b2131d729e52 · dab671b6
    Brad Fitzpatrick authored
    Breaks Camlistore by introducing a datarace. See comments on
    https://golang.org/cl/95760043/ for details.
    
    I'll add a new test to lock-in the current behavior in a
    subsequent CL.
    
    I don't think Camlistore is particularly unique here: it's doing
    the obvious thing to stream a multipart body to a server
    using a goroutine feeding the multipart writer.
    
    ««« original CL description
    mime/multipart: delay reading random source
    
    If a user sets his/her own boundary string with SetBoundary,
    we don't need to call randomBoundary at all.
    
    LGTM=bradfitz
    R=golang-codereviews, bradfitz
    CC=golang-codereviews
    https://golang.org/cl/95760043
    »»»
    
    LGTM=ruiu
    R=ruiu
    CC=golang-codereviews, mathieu.lonjaret
    https://golang.org/cl/117600043
    dab671b6
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...