Commits

Andy Green authored a8ad5068e48
windows: fix service for udp and pending tls delays UDP: call to recv() in there for unknown reasons was trashing udp delays: pending tls (where data is buffered and no pending POLLIN) was not reflected in forcing the wait to 0 properly.