### TLS client version v1.15.1.1 ### System information macos 26.5 Python 3.13.7 ### Issue description RuntimeError: request failed: Get "https://tls.browserleaks.com/json": dial tcp 138.197.54.100:443: MSS(1460): invalid argument ### Steps to reproduce / Code Sample test code ``` from tls_client import Session session = Session(client_identifier="chrome_146") resp = session.get("https://tls.browserleaks.com/json") print(resp.status_code) print(resp.text) ```
TLS client version
v1.15.1.1
System information
macos 26.5
Python 3.13.7
Issue description
RuntimeError: request failed: Get "https://tls.browserleaks.com/json": dial tcp 138.197.54.100:443: MSS(1460): invalid argument
Steps to reproduce / Code Sample
test code