Skip to content

Commit 2612bd8

Browse files
author
Daniel Herzog
committed
Adding any phase ending on "request" as know, since we don't rely on RequestRetry anymore. Complementary fix for DFL-3515.
1 parent 24d44f3 commit 2612bd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/network/network_service.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,10 @@ cls.NetworkLoggerEntryPrototype = function()
651651
title: ui_strings.S_HTTP_EVENT_SEQUENCE_INFO_ABORT_RETRYING,
652652
classname: CLASSNAME_IRREGULAR
653653
},
654+
"request": {
655+
title: ui_strings.S_HTTP_EVENT_SEQUENCE_INFO_ABORT_RETRYING,
656+
classname: CLASSNAME_IRREGULAR
657+
},
654658
"urlfinished": {
655659
title: ui_strings.S_HTTP_EVENT_SEQUENCE_INFO_ABORTING_REQUEST,
656660
classname: CLASSNAME_IRREGULAR

0 commit comments

Comments
 (0)