Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attack: Implement the -chunked flag #455

Merged
merged 1 commit into from
Oct 27, 2019
Merged

attack: Implement the -chunked flag #455

merged 1 commit into from
Oct 27, 2019

Conversation

tsenart
Copy link
Owner

@tsenart tsenart commented Oct 27, 2019

Some users of vegeta must be able to control how the request body is
sent. By default, the Go HTTP client doesn't make any guarantees about
which transfer encoding is used.

https://sourcegraph.com/github.com/golang/go/-/blob/src/net/http/request.go#L202

Fixes #439

@tsenart tsenart requested a review from xla as a code owner October 27, 2019 12:47
Some users of vegeta must be able to control how the request body is
sent. By default, the Go HTTP client doesn't make any guarantees about
which transfer encoding is used.

https://sourcegraph.com/github.com/golang/go/-/blob/src/net/http/request.go#L202

Fixes #439
@tsenart tsenart merged commit 740aef6 into master Oct 27, 2019
@tsenart tsenart deleted the chunked-flag branch October 27, 2019 13:12
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.

How to send chunk data by using vegeta?
2 participants