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
test: use real ResponseHandler to assert _skip_payload behavioral state
Address review feedback: instead of asserting that set_response_params
is called with skip_payload=True on a mock, instantiate a real
ResponseHandler and assert proto._skip_payload is True after the CONNECT
200 handshake. This validates the actual HTTP parser configuration
(response_with_body=False) that prevents tunnel response body bytes from
blocking the TLS upgrade (RFC-9110 §9.3.6).
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
0 commit comments