aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2017-11-06 23:02:21 -0800
committerAlex Brainman <alex.brainman@gmail.com>2018-04-14 05:36:36 +0000
commitd2c7dec183f0da628abf16848e9e92987feebe32 (patch)
tree43b2933f6cff8876c20a444775586d534b284ee4 /src/encoding/xml
parent11309ba0e651bbbec0ff9d7200bb51b56a5c0f49 (diff)
downloadgo-d2c7dec183f0da628abf16848e9e92987feebe32.tar.xz
net: implement (*syscall.RawConn).Read/Write on Windows
RawRead assumes the callback will perform either (a) a blocking read and always return true, (b) a blocking read with a SO_RCVTIMEO set returning false on WSAETIMEDOUT, or (c) a non-blocking read returning false on WSAEWOULDBLOCK. In the latter two cases, it uses a 0-byte overlapped read for notifications from the IOCP runtime when the socket becomes readable before trying again. RawWrite assumes the callback will perform blocking write and will always return true, and makes no effort to tie into the runtime loop. Change-Id: Ib10074e9d502c040294f41a260e561e84208652f Reviewed-on: https://go-review.googlesource.com/76391 TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Diffstat (limited to 'src/encoding/xml')
0 files changed, 0 insertions, 0 deletions