Artifacts Associated With Ticket f798e2ea12
Ticket change [b5b16a04d5] (rid 1325) by anonymous on 2017-12-20 22:15:19:
- foundin initialized to: "1.7.14"
- icomment:
11:42 <@ijchain> <rmax_> rkeene: [tls::import] appears to switch a socket that was in -blocking 0 mode before to -blocking 1. 11:44 <@ijchain> <rmax_> ... it also sets -translation to {lf lf} 11:45 <@ijchain> <rmax_> Haven't compared it with the old version yet, but -blocking 1 would explain the behaviour I am seeing. 11:47 <@ijchain> <rmax_> it also enforces -encoding binary 11:52 <@ijchain> <rmax_> Indeed, if I hack [fconfigure $sock -blocking 0 -buffering none -encoding utf-8] (copied from tkchat) into jabberlib immediately after tls::import/tls::handshake, the hang is gone. 11:53 <@ijchain> <rmax_> rkeene: I think this is a regression from the old tls package. 11:54 <@ijchain> <rmax_> [tls::import] should probably not change any [chan configure] options. 11:56 <@ijchain> <rmax_> OK, so old tls already changed -translation to lf. 11:57 <@ijchain> <rmax_> But it does retain blocking state and encoding.
- login: "anonymous"
- mimetype: "text/plain"
- private_contact initialized to: "7855111259b8caa9dbbbdee158b103bb190501cd"
- severity initialized to: "Severe"
- status initialized to: "Open"
- title initialized to: "TclTLS does not retain socket state when importing"
- type initialized to: "Code Defect"
Ticket change [a818c8bdc4] (rid 1328) by anonymous on 2017-12-21 10:02:35:
- icomment:
This is rmax. :) I wonder why putting the to be imported socket in blocking mode was added at first place, but unfortunately the checkin comment doesn't tell it: https://tcltls.rkeene.org/ci/7df7a8696e009447?sbs=1 Could it be that you added this for debugging reasons and forgot to remove it before committing? BTW, the proposed fix only preserves the state of -translation, but -encoding and -eofchar need to be preserved as well, because setting "-translation binary" implicitly also changes these two options.
- login: "anonymous"
- mimetype: "text/x-fossil-plain"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- icomment:
Ticket change [4a95468516] (rid 3679) by bohagan on 2024-06-28 22:13:10:
- icomment: "This was corrected in commit [1d757f7e2d47db20]."
- login: "bohagan"
- mimetype: "text/x-fossil-plain"
- resolution changed to: "Fixed"
- status changed to: "Closed"