Differences From Artifact [c3e8b987ad]:
- File tlsBIO.c — part of check-in [24ce678ecd] at 2016-12-14 14:40:45 on branch trunk — Updated EOF while reading from the BIO to map to soft EOF (user: rkeene, size: 8935) [annotate] [blame] [check-ins using] [more...]
To Artifact [7f6303ee40]:
- File tlsBIO.c — part of check-in [afec51b85b] at 2018-10-30 14:20:50 on branch trunk — Applied patch from Jinhu to address [94c6a431fee] (user: rkeene, size: 8957) [annotate] [blame] [check-ins using] [more...]
︙ | |||
260 261 262 263 264 265 266 | 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 | - + | break; case BIO_CTRL_EOF: dprintf("Got BIO_CTRL_EOF"); ret = Tcl_Eof(chan); break; case BIO_CTRL_PENDING: dprintf("Got BIO_CTRL_PENDING"); |
︙ |