The constant SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
was removed because it was described as unused in 895de04. However, in cherrypy/cheroot#245 I found that we needed it, in order to make PyOpenSSL work satisfactorily without throwing random WantReadError and WantWriteErrors. If there's an alternative or better way of handling this issue please advise.