Skip to content

close body_io after callback#48

Open
mwlang wants to merge 2 commits intomanastech:masterfrom
mwlang:master
Open

close body_io after callback#48
mwlang wants to merge 2 commits intomanastech:masterfrom
mwlang:master

Conversation

@mwlang
Copy link
Copy Markdown

@mwlang mwlang commented Aug 22, 2021

Webmock is closing the body_io stream before it can be accessed in the after_live_request callback. This PR moves that close action to after the callback call and places in ensure block so an exception raised in the callback doesn't block the close

Example use-case: https://github.com/mwlang/binance/blob/master/spec/support/vcr.cr#L53-L79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant