Differences
This shows you the differences between two versions of the page.
|
doc:developers:sessions [2009/12/20 17:43] 127.0.0.1 external edit |
doc:developers:sessions [2012/07/23 12:50] (current) Matthew Wild Clearer wording of 'notopen' flag |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| ==== notopen ==== | ==== notopen ==== | ||
| - | The ''notopen'' flag exists on new sessions, for the short time between connection and stream opening. It may be present on authenticated sessions, during e.g. stream restarts for SASL, TLS, etc. | + | The ''notopen'' flag is initially true on newly-created sessions, and is set to nil when the client sends an opening stream header. It is reset to true when the client needs to send a new stream header to continue (i.e. stream restarts after TLS, SASL negotiation). |
| ==== send(x) ==== | ==== send(x) ==== | ||
