You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Support connection reset fault injection (#31)
This change supports new `reset_count` fault injection via the `fault-settings` header, which enables connection error testing such as the `x-speakeasy-retries` extension `retryConnectionErrors` configuration. Enabling this injection will immediately close the connection before writing any response (similar to the `reject_count` injection) and sets SO_LINGER to 0, which on most platforms should cause a TCP RST packet.
0 commit comments