DescriptionFix a bug in pkg/http where exceptions were getting top-leveled.
It's very important that the Future chain be set up synchronously. This error
crept in because I tried to use a pre-existing Future as the return value of a
.then callback, and that future fired an error before it was chained in.
Patch Set 1 #
Total comments: 4
Messages
Total messages: 4 (0 generated)
|