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

Generalize --behavior-error-warmup #19

Open
nikhilm opened this issue Mar 12, 2013 · 1 comment
Open

Generalize --behavior-error-warmup #19

nikhilm opened this issue Mar 12, 2013 · 1 comment

Comments

@nikhilm
Copy link

nikhilm commented Mar 12, 2013

For example, I'm using websockets for a protocol, and I want the first few (TCP backend) packets to go through so that server and client finish their application level handshake. But after that I want the hang behaviour to kick in and stall all further communication.

Maybe just --behavior-warmup=10 and the behaviour kicks in after 10 reads or something?

@almet
Copy link
Contributor

almet commented Mar 12, 2013

Sounds good yep, "Just proxy these first X packets and then start to do what you want".

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

No branches or pull requests

2 participants