SSL.File: Detach chaining of callbacks for write. Adds schedule_poll() and internal_poll(). The user {write,close}_callback():s are now no longer called directly from the internal ssl_write_callback(), but instead via a call_out of internal_poll() (scheduled by schedule_poll()). This is a start at attempting to reduce the code complexity of SSL.File.