I just started experimenting connections by creating local server. I am new to this stuff.
I created a local server on my laptop via cmd:
python -m http.server
And then from my Android phone I can able to connect to my laptop via Chrome browser giving relevant IP + port and view the files. My question is from my laptop how can I disconnect my Android phone connection without stopping my server.