mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
`DevtoolsInstance::find_network_event_actor` silently creates a new actor if there is not one already known for a given ID. This is confusing; this PR separates logic for handling network requests (create a new actor) and network responses (retrieve an existing actor). Fixes: (https://github.com/servo/servo/issues/37841) --------- Signed-off-by: uthmaniv <uthmanyahayababa@gmail.com>