Commit e177f145 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

SSL writes passed back a silly length...

parent 5c6eddca
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -212,6 +212,7 @@ CURLcode Curl_write(struct connectdata *conn, int sockfd,
      failf(conn->data, "SSL_write() return error %d\n", err);
      failf(conn->data, "SSL_write() return error %d\n", err);
      return CURLE_WRITE_ERROR;
      return CURLE_WRITE_ERROR;
    }
    }
    bytes_written = rc;
  }
  }
  else {
  else {
#endif
#endif