[go: up one dir, main page]

Changeset 277028 in webkit for trunk/Source/WebCore/ChangeLog


Ignore:
Timestamp:
May 5, 2021, 10:58:55 AM (4 years ago)
Author:
youenn@apple.com
Message:

No need to error a fetch body stream if its request or response is stopped
https://bugs.webkit.org/show_bug.cgi?id=225347

Reviewed by Geoffrey Garen.

Source/WebCore:

Test: http/wpt/fetch/fetch-response-body-stop-in-worker.html

  • Modules/fetch/FetchBodyOwner.cpp:

(WebCore::FetchBodyOwner::stop):
Nullify the source before we error it.

LayoutTests:

  • http/wpt/fetch/fetch-response-body-stop-in-worker-expected.txt: Added.
  • http/wpt/fetch/fetch-response-body-stop-in-worker.html: Added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r277024 r277028  
     12021-05-05  Youenn Fablet  <youenn@apple.com>
     2
     3        No need to error a fetch body stream if its request or response is stopped
     4        https://bugs.webkit.org/show_bug.cgi?id=225347
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        Test: http/wpt/fetch/fetch-response-body-stop-in-worker.html
     9
     10        * Modules/fetch/FetchBodyOwner.cpp:
     11        (WebCore::FetchBodyOwner::stop):
     12        Nullify the source before we error it.
     13
    1142021-05-05  Sam Weinig  <weinig@apple.com>
    215
Note: See TracChangeset for help on using the changeset viewer.