electron/shell/browser/net
marcin-prochownik 8207f6901d
fix: access violation during redirects (intercepted requests) (#25393)
* fix: don't delete loader factory when request is pending

When intercepted request is pending we need to make sure that
loader factory is not deleted, especially when redirect occurs.
Otherwise, it may cause access violation.

* fix: added logic that removes requests from collection

* fix: fixed lint errors

* fix: fixed review remark

* fix: fixed review remarks

Removed intercepted_requests_ collection
and leverage pending_receivers_.

* fix: brought back removed line
2020-10-06 16:20:56 +09:00
..
asar chore: bump chromium to ec5bc1743792d64724693eb357083 (master) (#24984) 2020-09-21 01:00:36 -07:00
cert_verifier_client.cc
cert_verifier_client.h
electron_url_loader_factory.cc fix: access violation during redirects (intercepted requests) (#25393) 2020-10-06 16:20:56 +09:00
electron_url_loader_factory.h fix: access violation during redirects (intercepted requests) (#25393) 2020-10-06 16:20:56 +09:00
network_context_service.cc feat: allow setting SSL config (#25461) 2020-09-23 16:22:10 -04:00
network_context_service.h
network_context_service_factory.cc
network_context_service_factory.h
node_stream_loader.cc
node_stream_loader.h
proxying_url_loader_factory.cc fix: access violation during redirects (intercepted requests) (#25393) 2020-10-06 16:20:56 +09:00
proxying_url_loader_factory.h chore: bump chromium to ec5bc1743792d64724693eb357083 (master) (#24984) 2020-09-21 01:00:36 -07:00
proxying_websocket.cc
proxying_websocket.h
resolve_proxy_helper.cc
resolve_proxy_helper.h
system_network_context_manager.cc feat: allow setting SSL config (#25461) 2020-09-23 16:22:10 -04:00
system_network_context_manager.h
url_pipe_loader.cc
url_pipe_loader.h
web_request_api_interface.h