Closed GoogleCodeExporter closed 9 years ago
Seems reasonable - want to submit a patch?
Original comment by lhori...@gmail.com
on 7 Apr 2010 at 9:15
Attached is a patch file.
I debated over the name for the new flag, and settled on disableTLS for the
following
reasons:
1. no conflict with prior versions.
2. both hideTLS and requireTLS have default value of false; it is consistent
that disableTLS also has a default value of false.
3. this allows the user to set only one of these flags to true for behavior
other than the default:
* default: TLS is supported and announced, but not required.
* disableTLS=true: TLS is not supported; so not announced by implication.
* hideTLS=true: TLS is not announced; it is supported but not required.
* requireTLS=true: TLS is required; so obviously can't be disabled and
pointless not to announce it.
That's my reasoning anyway. I hope others will find it useful.
Original comment by FrankWBr...@gmail.com
on 10 Apr 2010 at 2:01
Attachments:
Looks great. I'll apply this patch.
Original comment by latch...@gmail.com
on 10 Apr 2010 at 2:19
This issue was closed by revision r374.
Original comment by latch...@gmail.com
on 10 Apr 2010 at 2:40
Original issue reported on code.google.com by
FrankWBr...@gmail.com
on 12 Mar 2010 at 5:48