Question on URLSession logic on handling ongoing http request, when network switch

Found one interesting scenario, my app sending one http request, time to time, I notice that there is one same content request delivered to my server.

Check the app log, found there is network switch (cell to wifi), through NWPathMonitor interface.

Guess it is related to how URLSession manage ongoing http request.

Anyone can help?

Question on URLSession logic on handling ongoing http request, when network switch
 
 
Q