bitcoind-php icon indicating copy to clipboard operation
bitcoind-php copied to clipboard

Body is empty due to missing seek command

Open deweller opened this issue 7 years ago • 0 comments

The php://temp stream is not read from the beginning without issuing a seek command.

There are some unexpected consequences of this behavior.

For example, calling $response->getBody()->getContents() twice will return null the second time.

deweller avatar Jan 06 '18 14:01 deweller