webhook
webhook copied to clipboard
Add ability to stream command output as a response
Similar to the #251, with only one option for streaming and based on the current version of webhook (2.7.0)
Has a mysterious issue where response gets delayed for a few seconds when opening in a browser but starts immediately when opening with curl/wget.
Reference implementation https://play.golang.org/p/PpbPyXbtEs doesn't have this issue. Does anyone have an idea why is that happening?
@milolav, please edit this PR to be against the development branch, not master. Also, the Travis CI builds are failed due to a bug in our Travis config. We should get fixed in development soon with #445, and then you can rebase.
@moorereason I missed the argument in the test script. Fixed that and switched PR to be against the development branch
@milolav, I still haven't taken a good look at this PR, but you should be able to rebase against development to fix the Travis CI builds.
@moorereason rebased my master branch against the current development branch and merged the change for this PR.