const crypto/tls.recordTypeApplicationData
8 uses
crypto/tls (current package)
common.go#L57: recordTypeApplicationData recordType = 23
conn.go#L394: if typ != recordTypeApplicationData {
conn.go#L508: record[0] = byte(recordTypeApplicationData)
conn.go#L668: if c.in.cipher == nil && typ == recordTypeApplicationData {
conn.go#L729: case recordTypeApplicationData:
conn.go#L859: if c.config.DynamicRecordSizingDisabled || typ != recordTypeApplicationData {
conn.go#L1142: n, err := c.writeRecordLocked(recordTypeApplicationData, b[:1])
conn.go#L1150: n, err := c.writeRecordLocked(recordTypeApplicationData, b)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |