<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Modern IDB: After closing a Netflix video, trying to watch it again fails"
   href="https://bugs.webkit.org/show_bug.cgi?id=158160">158160</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Modern IDB: After closing a Netflix video, trying to watch it again fails
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebCore Misc.
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>beidson&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Modern IDB: After closing a Netflix video, trying to watch it again fails

1 - Save off the exact URL for a specific Netflix video as a bookmark.
2 - Be watching that video.
3 - Close that Safari window, but do *not* quit Safari. This kills the WebProcess that was playing the video
4 - In a different window, open that bookmark to try to resume watching the video

In normal cases, the IDB client side cleans up all transactions/requests/etc when the window closes or page navigates.
But if the WebProcess is killed, then that client side cleanup doesn't happen.

Instead, we need to rely on server-side cleanup in response to the connection closing.

And the server doesn't abort in-progress transactions.

So when you visit a new netflix page, there's an in-progress transaction, so the new connection's transaction can never start.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>