We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4198ec8 commit ab236ffCopy full SHA for ab236ff
shadowsocks/obfsplugin/obfs_tls.py
@@ -194,7 +194,7 @@ def server_encode(self, buf):
194
def decode_error_return(self, buf):
195
self.handshake_status = -1
196
self.overhead = 0
197
- if self.method == 'tls1.2_ticket_auth':
+ if self.method in ['tls1.2_ticket_auth', 'tls1.2_ticket_fastauth']:
198
return (b'E'*2048, False, False)
199
return (buf, True, False)
200
0 commit comments