| commit | fe80dae4a77b26b365e68eb8c2cf6bb6b8cdfabf | [log] [tgz] |
|---|---|---|
| author | Ash Wilson <smashwilson@gmail.com> | Wed Jun 24 10:12:01 2015 -0400 |
| committer | Ash Wilson <smashwilson@gmail.com> | Wed Jun 24 10:12:01 2015 -0400 |
| tree | 47137e4a6317b1e6726205fc16c2538c6246f1ba | |
| parent | dbee47833727c5f200dea16ca1108535b26518bc [diff] |
Prevent read from closed stream. `PageResultFrom` parses the response body as JSON, but the response returned from `client.Post` is already parsed (and the response body has been closed).